guiDlgMessage           package:svDialogs           R Documentation

~~_f_u_n_c_t_i_o_n _t_o _d_o ... ~~

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

     ~~ A concise (1-5 lines) description of what the function does. ~~

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

     guiDlgMessage(message, title = "Message", type = c("ok", "okcancel", "yesno", "yesnocancel"),
         default = 1, icon = c("info", "question", "error", "warning"), parent = 0,
         GUI = getOption("guiWwidgets"))

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

 message: the message to display in the dialog box 

   title: the title of the dialog box 

    type: the type of dialog box: ok, okcancel, yesno or yesnocancel 

 default: the default button (if more than one) 

    icon: the icon: info, question, error or warning 

  parent: the parent of this dialog box (not implemented yet) 

     GUI: which GUI widgets do you want to use (tcltk, wxPython, ...) 

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

     A string with the caption of the button that the user pressed.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiDlgInput'

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

         #### TO DO...

