Usage
guiDlgItemSel(list, classes = NULL, title = "Select items", default = "",
default.items = "", all.names = FALSE, multi = FALSE, sort = TRUE,
sort.items = FALSE, subset = FALSE, save.restore = FALSE, parent = 0, GUI = getOption("guiWidgets"))
Arguments
list
The list to display in the dialog box
title
The title of the dialog box
default.items
The default items selected
all.names
Do we use all.names?
multi
Is a multiple selection allowed?
sort.items
Do we sort items in the list?
subset
Do we allow subsetting the list?
save.restore
Do we save restore information?
parent
Which window is the parent of this dialog box?
GUI
Which GUI toolkit do we use?