GridLayoutChildRef

public struct GridLayoutChildRef : GridLayoutChildProtocol, GWeakCapturing

GtkLayoutChild subclass for children in a GtkGridLayout.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

GridLayoutChild Class