OverlayLayoutChildRef

public struct OverlayLayoutChildRef : OverlayLayoutChildProtocol, GWeakCapturing

GtkLayoutChild subclass for children in a GtkOverlayLayout.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

OverlayLayoutChild Class