MenuItemAccessibleRef

public struct MenuItemAccessibleRef : MenuItemAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

MenuItemAccessible Class