gtkDialogResponse           package:RGtk2           R Documentation

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

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

     Emits the 'gtkDialogResponse' signal with the given response ID. 
     Used to indicate that the user has responded to the dialog in some
     way; typically either you or 'gtkDialogRun' will be monitoring the
     ::response signal and take appropriate action.

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

     gtkDialogResponse(object, response.id)

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

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

'response.id': [integer]  response ID 

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

     Derived by RGtkGen from GTK+ documentation

