Package: gtk

Accessor gtk:file-chooser-select-multiple

Lambda List

gtk:file-chooser-select-multiple (object)

Syntax

(gtk:file-chooser-select-multiple object) => setting
(setf (gtk:file-chooser-select-multiple object) setting)

Arguments

object -- a gtk:file-chooser widget
setting -- true if multiple files can be selected

Details

Accessor of the select-multiple slot of the gtk:file-chooser interface. The gtk:file-chooser-select-multiple function gets whether multiple files can be selected in the file selector. The (setf gtk:file-chooser-select-multiple) function sets whether multiple files can be selected. This is only relevant if the action of the file chooser is set to be in :open or :select-folder mode.

Warning

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

See also

2024-4-26