guiDlg               package:svDialogs               R Documentation

_C_r_e_a_t_e _a _f_l_e_x_i_b_l_e _d_i_a_l_o_g _b_o_x

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

     This function creates a flexible dialog boxe, constituted by one
     or several 'panes'

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

     guiDlg(title = "Input", message = NULL, help = NULL, sep = NULL, width = 50,
         labelwidth = 0, panes = list(list(type = "entry", message = "Enter data:",
         default = NULL)), GUI = getOption("guiWidgets"))

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

   title: The title of the dialog box 

 message: The message to display on top of the dialog box 

    help: The help topic to trigger with the button 'help' 

     sep: Do we use separators? 

   width: The width of the dialog box 

labelwidth: The width reserved for labels 

   panes: A list with the panes to add to this flexible dialog box 

     GUI: Which GUI toolkit do we use? 

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

     Returns a guiDlg object that can be shown using 'display' method.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'display', 'guiEval', 'guiPane.tcltk'

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

     ### TO DO...
       

