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
GtkToggleAction implements
GtkBuildable
.
A GtkToggleAction
corresponds roughly to a GtkCheckMenuItem
. It has an
"active" state specifying whether the action has been checked or not.
GtkToggleAction
The GtkToggleAction
struct contains only
private members and should not be accessed directly.
gtkToggleAction
is the equivalent of gtkToggleActionNew
.
toggled(toggleaction, user.data)
undocumented
toggleaction
the object which received the signal.
user.data
user data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkToggleAction.html