guiDlgDoubleList {svDialogs} | R Documentation |
Select items in two (un)related lists at once
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"))
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 |
A list of two lists with selected items in both lists.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...