gtkIconFactoryAddDefault        package:RGtk2        R Documentation

_g_t_k_I_c_o_n_F_a_c_t_o_r_y_A_d_d_D_e_f_a_u_l_t

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

     Adds an icon factory to the list of icon factories searched by
     'gtkStyleLookupIconSet'. This means that, for example,
     'gtkImageNewFromStock' will be able to find icons in 'factory'.
     There will normally be an icon factory added for each library or
     application that comes with icons. The default icon factories can
     be overridden by themes.

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

     gtkIconFactoryAddDefault(object)

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

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

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

     Derived by RGtkGen from GTK+ documentation

