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