gtkFileSelectionSetSelectMultiple {RGtk2}R Documentation

gtkFileSelectionSetSelectMultiple

Description

Sets whether the user is allowed to select multiple files in the file list. Use gtkFileSelectionGetSelections to get the list of selected files.

Usage

gtkFileSelectionSetSelectMultiple(object, select.multiple)

Arguments

object [GtkFileSelection] a GtkFileSelection
select.multiple [logical] whether or not the user is allowed to select multiple files in the file list.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]