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