setSelectMultiple

open fun setSelectMultiple(selectMultiple: Boolean)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

Use class@Gtk.FileDialog instead

---

Sets whether multiple files can be selected in the file chooser.

This is only relevant if the action is set to be %GTK_FILE_CHOOSER_ACTION_OPEN or %GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.

Parameters

selectMultiple

true if multiple files can be selected.