gtkDialogAddButton           package:RGtk2           R Documentation

_g_t_k_D_i_a_l_o_g_A_d_d_B_u_t_t_o_n

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

     Adds a button with the given text (or a stock button, if
     'button.text' is a stock ID) and sets things up so that clicking
     the button will emit the 'gtkDialogResponse' signal with the given
     'response.id'. The button is  appended to the end of the dialog's
     action area. The button widget is  returned, but usually you don't
     need it.

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

     gtkDialogAddButton(object, button.text, response.id)

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

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

'button.text': [character]  text of button, or stock ID

'response.id': [integer]  response ID for the button

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

     ['GtkWidget']  the button widget that was added

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

     Derived by RGtkGen from GTK+ documentation

