gtkFileChooserSetSelectMultiple {RGtk2} | R Documentation |
Sets whether multiple files can be selected in the file selector. This is only relevant if the action is set to be GTK_FILE_CHOOSER_ACTION_OPEN or GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.
gtkFileChooserSetSelectMultiple(object, select.multiple)
|
[GtkFileChooser ] a GtkFileChooser |
|
[logical] TRUE if multiple files can be selected. |
Since 2.4
Derived by RGtkGen from GTK+ documentation