AccessibleInterfaceRef

public struct AccessibleInterfaceRef : AccessibleInterfaceProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ATContextClass Record: ATContextClassProtocol extension (methods and fields)

AccessibleInterface Record