gtkDialogAddActionWidget        package:RGtk2        R Documentation

_g_t_k_D_i_a_l_o_g_A_d_d_A_c_t_i_o_n_W_i_d_g_e_t

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

     Adds an activatable widget to the action area of a 'GtkDialog',
     connecting a signal handler that will emit the 'gtkDialogResponse'
      signal on the dialog when the widget is activated. The widget is 
     appended to the end of the dialog's action area. If you want to
     add a non-activatable widget, simply pack it into the
     'action.area' field  of the 'GtkDialog' struct.

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

     gtkDialogAddActionWidget(object, child, response.id)

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

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

 'child': ['GtkWidget']  an activatable widget

'response.id': [integer]  response ID for 'child'

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

     Derived by RGtkGen from GTK+ documentation

