gtkIconSetNew             package:RGtk2             R Documentation

_g_t_k_I_c_o_n_S_e_t_N_e_w

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

     Creates a new 'GtkIconSet'. A 'GtkIconSet' represents a single
     icon in various sizes and widget states. It can provide a
     'GdkPixbuf' for a given size and state on request, and
     automatically caches some of the rendered 'GdkPixbuf' objects.

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

     gtkIconSetNew()

_D_e_t_a_i_l_s:

     Normally you would use 'gtkWidgetRenderIcon' instead of using
     'GtkIconSet' directly. The one case where you'd use 'GtkIconSet'
     is to create application-specific icon sets to place in a
     'GtkIconFactory'.

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

     ['GtkIconSet']  a new 'GtkIconSet'

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

     Derived by RGtkGen from GTK+ documentation

