WindowAccessibleRef

public struct WindowAccessibleRef : WindowAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

WindowAccessible Class