gtkIconFactoryNew           package:RGtk2           R Documentation

_g_t_k_I_c_o_n_F_a_c_t_o_r_y_N_e_w

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

     Creates a new 'GtkIconFactory'. An icon factory manages a
     collection of 'GtkIconSet's; a 'GtkIconSet' manages a set of
     variants of a particular icon (i.e. a 'GtkIconSet' contains
     variants for different sizes and widget states). Icons in an icon
     factory are named by a stock ID, which is a simple string
     identifying the icon. Each 'GtkStyle' has a list of
     'GtkIconFactory's derived from the current theme; those icon
     factories are consulted first when searching for an icon. If the
     theme doesn't set a particular icon, GTK+ looks for the icon in a
     list of default icon factories, maintained by
     'gtkIconFactoryAddDefault' and 'gtkIconFactoryRemoveDefault'.
     Applications with icons should add a default icon factory with
     their icons, which will allow themes to override the icons for the
     application.

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

     gtkIconFactoryNew()

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

     ['GtkIconFactory']  a new 'GtkIconFactory'

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

     Derived by RGtkGen from GTK+ documentation

