guiDlgDoubleList          package:svDialogs          R Documentation

_A _d_o_u_b_l_e _l_i_s_t _d_i_a_l_o_g _b_o_x

_D_e_s_c_r_i_p_t_i_o_n:

     Select items in two (un)related lists at once

_U_s_a_g_e:

     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"))

_A_r_g_u_m_e_n_t_s:

   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 

_V_a_l_u_e:

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

_A_u_t_h_o_r(_s):

     Philippe Grosjean (phgrosjean@sciviews.org)

_S_e_e _A_l_s_o:

     'guiDlgList'

_E_x_a_m_p_l_e_s:

         #### TO DO...

