gtkIconFactoryAdd           package:RGtk2           R Documentation

_g_t_k_I_c_o_n_F_a_c_t_o_r_y_A_d_d

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

     Adds the given 'icon.set' to the icon factory, under the name
     'stock.id'.  'stock.id' should be namespaced for your application,
     e.g. "myapp-whatever-icon".  Normally applications create a
     'GtkIconFactory', then add it to the list of default factories
     with 'gtkIconFactoryAddDefault'. Then they pass the 'stock.id' to
     widgets such as 'GtkImage' to display the icon. Themes can provide
     an icon with the same name (such as "myapp-whatever-icon") to
     override your application's default icons. If an icon already
     existed in 'factory' for 'stock.id', it is unreferenced and
     replaced with the new 'icon.set'.

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

     gtkIconFactoryAdd(object, stock.id, icon.set)

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

'object': ['GtkIconFactory']  a 'GtkIconFactory'

'stock.id': [character]  icon name

'icon.set': ['GtkIconSet']  icon set

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

     Derived by RGtkGen from GTK+ documentation

