| GtkToggleAction {RGtk2} | R Documentation |
An action which can be toggled between two states
gtkToggleActionNew(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL)
gtkToggleActionToggled(object)
gtkToggleActionSetActive(object, is.active)
gtkToggleActionGetActive(object)
gtkToggleActionSetDrawAsRadio(object, draw.as.radio)
gtkToggleActionGetDrawAsRadio(object)
gtkToggleAction(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL)
GObject
+----GtkAction
+----GtkToggleAction
+----GtkRadioAction
A GtkToggleAction corresponds roughly to a GtkCheckMenuItem. It has an
"active" state specifying whether the action has been checked or not.
GtkToggleActionGtkToggleAction struct contains only
private members and should not be accessed directly.
gtkToggleAction is the equivalent of gtkToggleActionNew.
toggled(toggleaction, user.data)toggleactionGtkToggleAction] the object which received the signal.user.data
draw-as-radio [logical : Read / Write]Whether the proxies for this action look like radio action proxies. Default value: FALSE
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkToggleAction.html