guiDlgVarSel            package:svDialogs            R Documentation

_A _s_e_l_e_c_t _v_a_r_i_a_b_l_e _d_i_a_l_o_g _b_o_x

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

     Present a list of variables of a given class and allow to choose
     one or several

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

     guiDlgVarSel(list, classes = NULL, title = "Select a variable", default = "",
         all.names = FALSE, multi = FALSE, new = FALSE, sort = TRUE, parent = 0,
         GUI = getOption("guiWidgets"))

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

    list: A list of variables 

 classes: Classes for the variables to search for 

   title: A title of the dialog box 

 default: The default selected item 

all.names: Do we search for all names (including variables starting
          with '.')? 

   multi: Do we allow multiple selection? 

     new: Do we allow to create new variables? 

    sort: Do we sort the list? 

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

     GUI: Which GUI toolkit do we use? 

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

     A list with selected variables names

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlgItemSel'

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

         #### TO DO...

