LayoutManagerClassRef

public struct LayoutManagerClassRef : LayoutManagerClassProtocol

The GtkLayoutManagerClass structure contains only private data, and should only be accessed through the provided API, or when subclassing GtkLayoutManager.

The LayoutManagerClassRef type acts as a lightweight Swift reference to an underlying GtkLayoutManagerClass instance. It exposes methods that can operate on this data type through LayoutManagerClassProtocol conformance. Use LayoutManagerClassRef only as an unowned reference to an existing GtkLayoutManagerClass instance.

  • ptr
    Untyped pointer to the underlying `GtkLayoutManagerClass` instance.
    

    For type-safe access, use the generated, typed pointer _ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

LayoutChildClass Record: LayoutChildClassProtocol extension (methods and fields)

LayoutManagerClass Record