GtkToggleAction
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
+----GtkRadioActionGtkToggleAction implements
GtkBuildable.
A GtkToggleAction corresponds roughly to a GtkCheckMenuItem. It has an
"active" state specifying whether the action has been checked or not.
GtkToggleActionThe GtkToggleAction struct contains only
private members and should not be accessed directly.
gtkToggleAction is the equivalent of gtkToggleActionNew.
toggled(toggleaction, user.data)undocumented
toggleactionthe object which received the signal.
user.datauser data set when the signal handler was connected.
active [logical : Read / Write]If the toggle action should be active in or not. Default value: FALSE Since 2.10
draw-as-radio [logical : Read / Write]Whether the proxies for this action look like radio action proxies.
This is an appearance property and thus only applies if
"use-action-appearance" is TRUE.
Default value: FALSE
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.