gtkRecentActionNew {RGtk2} | R Documentation |
Creates a new GtkRecentAction
object. To add the action to
a GtkActionGroup
and set the accelerator for the action,
call gtkActionGroupAddActionWithAccel
.
gtkRecentActionNew(name, label, tooltip, stock.id)
|
[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.12
[GtkAction
] the newly created GtkRecentAction
.
Derived by RGtkGen from GTK+ documentation