guiDlgItemSel           package:svDialogs           R Documentation

_A _s_e_l_e_c_t _i_t_e_m(_s) _d_i_a_l_o_g _b_o_x

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

     Select item(s) in a list or a data frame

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

     guiDlgItemSel(list, classes = NULL, title = "Select items", default = "",
         default.items = "", all.names = FALSE, multi = FALSE, sort = TRUE,
         sort.items = FALSE, subset = FALSE, save.restore = FALSE, parent = 0, GUI = getOption("guiWidgets"))

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

    list: The list to display in the dialog box 

 classes: Classes to use 

   title: The title of the dialog box 

 default: The default value 

default.items: The default items selected 

all.names: Do we use all.names? 

   multi: Is a multiple selection allowed? 

    sort: Do we sort the list? 

sort.items: Do we sort items in the list? 

  subset: Do we allow subsetting the list? 

save.restore: Do we save restore information? 

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

     GUI: Which GUI toolkit do we use? 

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

     A list containing selected items

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlgVarSel'

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

         #### TO DO...

