RadioActionEntryRef

public struct RadioActionEntryRef : RadioActionEntryProtocol

GtkRadioActionEntry structs are used with gtk_action_group_add_radio_actions() to construct groups of radio actions.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

RadioActionEntry Record