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
the default value.
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?