gtkDialogAddButtons          package:RGtk2          R Documentation

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

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

     Adds more buttons, same as calling 'gtkDialogAddButton'
     repeatedly.  The variable argument list should be
     'NULL'-terminated as with 'gtkDialogNewWithButtons'. Each button
     must have both text and response ID.

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

     gtkDialogAddButtons(object, ...)

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

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

   '...': response ID for first button, then more text-response_id
          pairs

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

     Derived by RGtkGen from GTK+ documentation

