Package: gtk
Function gtk-recent-action-new-for-manager
Lambda Listgtk-recent-action-new-for-manager (name label tooltip stock-id manager) Argumentsname -- a string with a unique name for the action label -- a string with the label displayed in menu items and on buttons, or nil tooltip -- a string with a tooltip for the action, or nil stock-id -- a string with the stock icon to display in widgets representing the action, or nil manager -- a gtk-recent-manager object, or nil for using the default recent manager Return ValueThe newly created gtk-recent-action object. Details
Creates a new recent action. To add the action to a gtk-action-group object and set the accelerator for the action, call the function gtk-action-group-add-action. Warning | See also |
2021-7-20