RecentAction.this

Creates a new gtk.RecentAction object. To add the action to a gtk.ActionGroup and set the accelerator for the action, call Action.groupAddActionWithAccel.

Parameters

name string

a unique name for the action

label string

the label displayed in menu items and on buttons, or NULL

tooltip string

a tooltip for the action, or NULL

stockId string

the stock icon to display in widgets representing the action, or NULL

manager RecentManager

a gtk.RecentManager, or NULL for using the default gtk.RecentManager

Return Value

the newly created gtk.RecentAction

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.12