FileChooserT.setSelectMultiple

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

This is only relevant if the action is set to be gtk.types.FileChooserAction.Open or gtk.types.FileChooserAction.SelectFolder.

More...
template FileChooserT()
override
void
setSelectMultiple

Parameters

selectMultiple bool

true if multiple files can be selected.

Detailed Description

Deprecated: Use gtk.file_dialog.FileDialog instead