guiDlgList             package:svDialogs             R Documentation

_A _l_i_s_t _s_e_l_e_c_t_i_o_n _d_i_a_l_o_g _b_o_x

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

     Select an item in a list

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

     guiDlgList(items, multi = FALSE, message = if (multi) "Select item(s):" else "Select one item:",
         title = "Selection", default = 1, nsel = NULL, new = FALSE, sort = FALSE, width = 50,
         parent = 0, GUI = getOption("guiWidgets"))

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

   items: The list of items 

   multi: Is it a multiple selection dialog box? 

 message: The message to display on top of the list 

   title: The title of the dialog box 

 default: The default selected item 

    nsel: Maximum number of selected items allowed 

     new: Do we allow to create new items? 

    sort: Do we sort the list? 

   width: The width of the dialog box 

  parent: Which window is the parent of this dialog box? 

     GUI: Which GUI toolkit do we use for this dialog box? 

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

     A list with selected items

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlgDoubleList'

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

         #### TO DO...

