| 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, or NULL |
|
[character] a tooltip for the action, or NULL |
|
[character] the stock icon to display in widgets representing the
action, or NULL |
Since 2.12
[GtkAction] the newly created GtkRecentAction.
Derived by RGtkGen from GTK+ documentation