Package: gtk
Function gtk:file-chooser-dialog-new
Lambda Listgtk:file-chooser-dialog-new (title parent action &rest buttons) Argumentstitle -- a string with the title of the dialog, or nil parent -- a gtk:window transient parent window of the dialog, or nil action -- a gtk:file-chooser-action value buttons -- pairs with a button text and the response ID of type gtk:response-type for the button Return ValueThe new gtk:file-chooser-dialog widget. Details
Creates a new file chooser dialog. This function is analogous to the gtk:dialog-new-with-buttons function. Warning | See also |
2024-4-26