Package: gtk

Function gtk-file-chooser-button-new-with-dialog

Lambda List

gtk-file-chooser-button-new-with-dialog (dialog)

Arguments

dialog -- a gtk-dialog widget to use as dialog

Return Value

A new gtk-file-chooser widget.

Details

Creates a file chooser button which uses dialog as its file picking window.

Note that the dialog must be a gtk-dialog widget, or subclass, which implements the gtk-file-chooser interface and must not have destroy-with-parent property set.

Also note that the dialog needs to have its confirmative button added with response :accept or :ok in order for the button to take over the file selected in the dialog.
 

See also

2021-2-5