GObjectAccessibleRef

public struct GObjectAccessibleRef : GObjectAccessibleProtocol, GWeakCapturing

This object class is derived from AtkObject. It can be used as a basis for implementing accessible objects for GObjects which are not derived from GtkWidget. One example of its use is in providing an accessible object for GnomeCanvasItem in the GAIL library.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

GObjectAccessible Class