gtkFileChooserSetSelectMultiple {RGtk2}R Documentation

gtkFileChooserSetSelectMultiple

Description

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.

Usage

gtkFileChooserSetSelectMultiple(object, select.multiple)

Arguments

object [GtkFileChooser] a GtkFileChooser
select.multiple [logical] TRUE if multiple files can be selected.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]