Class (GI Struct)Gtk-3.0 ▶ Gtk ▶ RadioActionEntryDeprecated 3.10
Constructors
Deprecatedconstructor
new RadioActionEntry( properties?: Partial< { accelerator: string; label: string; name: string; stock_id: string; tooltip: string; value: number; }, >,): RadioActionEntry Parameters
OptionalDeprecatedproperties: Partial<
{
accelerator: string;
label: string;
name: string;
stock_id: string;
tooltip: string;
value: number;
},
>
Properties
Deprecatedaccelerator
accelerator: string
Deprecatedlabel
label: string
Deprecatedname
name: string
Deprecatedstock_id
stock_id: string
Deprecatedvalue
value: number
Gtk.RadioActionEntry structs are used with
gtk_action_group_add_radio_actions()to construct groups of radio actions.Deprecated
since 3.10