GtkRadioAction: GtkRadioAction
Description
An action of which only one in a group can be activeMethods and Functions
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)
Hierarchy
GObject
+----GtkAction
+----GtkToggleAction
+----GtkRadioActionDetailed Description
A 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.References
http://library.gnome.org/devel//gtk/GtkRadioAction.html