guiDlgDoubleList {svDialogs}R Documentation

A double list dialog box

Description

Select items in two (un)related lists at once

Usage

guiDlgDoubleList(list1, list2, title = "Select", default1 = "", default2 = "",
    multi = c(TRUE, TRUE), new = c(FALSE, FALSE), sort = c(TRUE, TRUE),
    transfer = FALSE, parent = 0, GUI = getOption("guiWidgets"))

Arguments

list1 The first list items
list2 The second list items
title A title for this dialog box
default1 Selected items by default for the first list
default2 Selected items by default for the second list
multi Do we allow multiple selection for first and second list
new Do we allow to create new items for first and second list
sort Do we sort first and second list
transfer The transfer mode allows to transfer items form one list to the other
parent Which window is the parent of this dialog box
GUI Which GUI toolkit would we use

Value

A list of two lists with selected items in both lists.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlgList

Examples

    #### TO DO...

[Package svDialogs version 0.8-2 Index]