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

The accessor for the select-multiple slot of the gtk:file-chooser interface gets or sets whether multiple files can be selected in the file selector. 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

2025-09-21