gtkMessageDialogNew          package:RGtk2          R Documentation

_g_t_k_M_e_s_s_a_g_e_D_i_a_l_o_g_N_e_w

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

     Creates a new message dialog, which is a simple dialog with an
     icon indicating the dialog type (error, warning, etc.) and some
     text the user may want to see. When the user clicks a button a
     "response" signal is emitted with response IDs from
     'GtkResponseType'. See 'GtkDialog' for more details.

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

     gtkMessageDialogNew(parent = NULL, flags, type, buttons, ..., show = TRUE)

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

'parent': ['GtkWindow']  transient parent, or 'NULL' for none 

 'flags': ['GtkDialogFlags']  flags

  'type': ['GtkMessageType']  type of message

'buttons': ['GtkButtonsType']  set of buttons to use

   '...': arguments for 'message.format'

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

     ['GtkWidget']  a new 'GtkMessageDialog'

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

     Derived by RGtkGen from GTK+ documentation

