ToggleActionEntryRef

public struct ToggleActionEntryRef : ToggleActionEntryProtocol

GtkToggleActionEntry structs are used with gtk_action_group_add_toggle_actions() to construct toggle actions.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ToggleActionEntry Record