WidgetAccessibleRef

public struct WidgetAccessibleRef : WidgetAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

WidgetAccessible Class