gtkRadioActionNew(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL, value = NULL)
gtkRadioActionGetGroup(object)
gtkRadioActionSetGroup(object, group)
gtkRadioActionGetCurrentValue(object)
gtkRadioActionSetCurrentValue(object, current.value)
gtkRadioAction(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL, value = NULL)
GObject +----GtkAction +----GtkToggleAction +----GtkRadioAction
GtkBuildable
.GtkRadioAction
is similar to GtkRadioMenuItem
. A number of radio
actions can be linked together so that only one may be active at any
one time.gtkRadioAction
is the equivalent of gtkRadioActionNew
.current-value
[integer : Read / Write]group
[GtkRadioAction
: * : Write]value
[integer : Read / Write]gtkRadioActionGetCurrentValue
and GtkRadioActionEntry
for convenient ways to get and set this property.
Default value: 0 Since 2.4