Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkRadioActionEntry |
Struct : | RadioActionEntry |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
accelerator : String
|
Gtk.RadioActionEntry | |
label : String
|
Gtk.RadioActionEntry | |
name : String
|
Gtk.RadioActionEntry | |
stock_id : String
|
Gtk.RadioActionEntry | |
tooltip : String
|
Gtk.RadioActionEntry | |
value : Number
|
Gtk.RadioActionEntry |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.RadioActionEntry
()
Create a new Gtk.RadioActionEntry
Create a new Gtk.RadioActionEntry
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.ActionGroup
Method |
add_radio_actions
(RadioActionEntry entries, Number n_entries, Number value, Function on_change, void* user_data)
:
none
This is a convenience routine to create a group of radio actions and add them to the action group.
|
Gtk.ActionGroup
Method |
add_radio_actions_full
(RadioActionEntry entries, Number n_entries, Number value, Function on_change, void* user_data, Function destroy)
:
none
This variant of gtk_action_group_add_radio_actions() adds a GDestroyNotify callback for user_data.
|