Class (GI Struct)

Gtk-3.0GtkRadioActionEntryDeprecated 3.10

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

since 3.10

Index

Constructors

  • Parameters

    • OptionalDeprecatedproperties: Partial<
          {
              accelerator: string;
              label: string;
              name: string;
              stock_id: string;
              tooltip: string;
              value: number;
          },
      >

    Returns RadioActionEntry

Properties

accelerator: string
label: string
name: string
stock_id: string
tooltip: string
value: number