Package: gtk

Function gtk:file-chooser-dialog-new

Lambda List

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

Arguments

title -- a string with title of the dialog, or nil
parent -- a gtk:window transient parent of the dialog, or nil
action -- a value of the gtk:file-chooser-action enumeration
buttons -- pairs with a button text or stock ID and the response ID of type gtk:response-type for the button

Return Value

Details

Creates a new file chooser dialog. This function is analogous to the gtk:dialog-new-with-buttons function.
 

See also

2023-6-11