| GtkRadioAction {RGtk2} | R Documentation |
An action of which only one in a group can be active
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
GtkRadioAction implements
GtkBuildable.
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.
GtkRadioAction
The GtkRadioAction struct contains
only private members and should not be accessed directly.
gtkRadioAction is the equivalent of gtkRadioActionNew.
changed(action, current, user.data)The ::changed signal is emitted on every member of a radio group when the active member is changed. The signal gets emitted after the ::activate signals for the previous and current active members. Since 2.4
actionthe action on which the signal is emitted
currentthe member of actions group which has just been activated
user.datauser data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkRadioAction.html