ShortcutManagerInterfaceRef

public struct ShortcutManagerInterfaceRef : ShortcutManagerInterfaceProtocol

The list of functions that can be implemented for the GtkShortcutManager interface.

Note that no function is mandatory to implement, the default implementation will work fine.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ShortcutLabelClass Record: ShortcutLabelClassProtocol extension (methods and fields)

ShortcutManagerInterface Record