Package: gtk

Function gtk:recent-chooser-dialog-new-for-manager

Lambda List

gtk:recent-chooser-dialog-new-for-manager (title parent manager &rest buttons)

Arguments

title -- a string with the title of the dialog, or nil
parent -- a transient gtk:window parent of the dialog, or nil
manager -- a gtk:recent-manager object
buttons -- pairs with a button text or stock ID and the response ID for the button of type gtk:response-type

Return Value

Details

Creates a new gtk:recent-chooser-dialog widget with a specified recent manager. This is useful if you have implemented your own recent manager, or if you have a customized instance of a gtk:recent-manager object.
 

See also

#2023-3-1