ConstraintLayoutChildRef

public struct ConstraintLayoutChildRef : ConstraintLayoutChildProtocol, GWeakCapturing

GtkLayoutChild subclass for children in a GtkConstraintLayout.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ConstraintLayoutChild Class