Package: gtk

Function gtk:recent-chooser-dialog-new

Lambda List

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

Arguments

title -- a string with the title of the dialog, or nil
parent -- transient gtk:window parent of the dialog, or nil
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. This function is analogous to the gtk:dialog-new-with-buttons function.
 

See also

#2023-3-1