FixedLayoutChildRef

public struct FixedLayoutChildRef : FixedLayoutChildProtocol, GWeakCapturing

GtkLayoutChild subclass for children in a GtkFixedLayout.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

FixedLayoutChild Class