gtkDialogSetDefaultResponse      package:RGtk2      R Documentation

_g_t_k_D_i_a_l_o_g_S_e_t_D_e_f_a_u_l_t_R_e_s_p_o_n_s_e

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

     Sets the last widget in the dialog's action area with the given
     'response.id' as the default widget for the dialog. Pressing
     "Enter" normally activates the default widget.

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

     gtkDialogSetDefaultResponse(object, response.id)

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

'object': ['GtkDialog']  a 'GtkDialog'

'response.id': [integer]  a response ID

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

     Derived by RGtkGen from GTK+ documentation

