FileChooser.selectMultiple
bool selectMultiple() @property nothrow;Get selectMultiple property.
Returns
Whether to allow multiple files to be selected.
Deprecated
Use gtk.file_dialog.FileDialog instead
void selectMultiple(bool propval) @property nothrow;Set selectMultiple property.
Parameters
propval | Whether to allow multiple files to be selected. |
Deprecated
Use gtk.file_dialog.FileDialog instead