selectDialog          package:dynamicGraph          R Documentation

_D_i_a_l_o_g _w_i_n_d_o_w _f_o_r _s_e_l_e_c_t_i_o_n _b_e_t_w_e_e_n _i_t_e_m_s

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

     Dialog window for selection between items.

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

     selectDialog(title = "Selection entry", question = "Select item",
                  itemNames, top = NULL, returnValOnCancel = "ID_CANCEL", 
                  do.grab = FALSE)

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

   title: Text string for the title bar of the appering window. 

question: Text string for the 'question'. 

itemNames: Default value of answer. 

     top: Text string for the 'TclTk' 'top'. 

returnValOnCancel: Text string for the returned value on 'Cancel'. 

 do.grab: Logical.  'tkgrab.set' resulted in fail for some systems. 

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

     An integer, or 'returnValOnCancel'.

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

     From the examples compiled by James Wettenhall.

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/modalDialog.h
     tml>

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

     'modalDialog'.

