LabelAccessibleRef

public struct LabelAccessibleRef : LabelAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

LabelAccessible Class