gtkStockAdd              package:RGtk2              R Documentation

_g_t_k_S_t_o_c_k_A_d_d

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

     Registers each of the stock items in 'items'. If an item already
     exists with the same stock ID as one of the 'items', the old item
     gets replaced. Use 'gtkStockAddStatic' if 'items' is persistent
     and GTK+ need not copy the list.

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

     gtkStockAdd(items)

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

 'items': ['GtkStockItem']  a 'GtkStockItem' or list of items

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

     Derived by RGtkGen from GTK+ documentation

