gtkToggleActionNew {RGtk2} | R Documentation |
Creates a new GtkToggleAction
object. To add the action to
a GtkActionGroup
and set the accelerator for the action,
call gtkActionGroupAddActionWithAccel
.
gtkToggleActionNew(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL)
|
[character] A unique name for the action |
|
[character] The label displayed in menu items and on buttons |
|
[character] A tooltip for the action |
|
[character] The stock icon to display in widgets representing the action |
Since 2.4
[GtkToggleAction
] a new GtkToggleAction
Derived by RGtkGen from GTK+ documentation