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 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 Value

The 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

The gtk:file-chooser-dialog implementation is deprecated since 4.10. Use the gtk:file-dialog object instead.
 

See also

2024-4-26