MenuAccessibleRef

public struct MenuAccessibleRef : MenuAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

MenuAccessible Class