guiDlgText             package:svDialogs             R Documentation

_A _s_i_m_p_l_e _t_e_x_t _d_i_s_p_l_a_y/_e_d_i_t_o_r _w_i_n_d_o_w

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

     Display or edit the content of ASCII files

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

     guiDlgText(text, file = NULL, title = deparse(substitute(text)), edit = TRUE,
         submit = TRUE, parent = -1, GUI = getOption("guiWidgets"))

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

    text: The text to display 

    file: The name of a file, if the text is contained in a file 

   title: The title of the window 

    edit: Do we allow to edit this text? 

  submit: If this text is R code, allow to sublit it to R 

  parent: Which window is the parent of this text window 

     GUI: Which GUI toolkit to use to display this window? 

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

     The modified text, or the path to the file containing the modified
     text.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlgGrid'

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

         #### TO DO...

