gtkIconThemeAddBuiltinIcon       package:RGtk2       R Documentation

_g_t_k_I_c_o_n_T_h_e_m_e_A_d_d_B_u_i_l_t_i_n_I_c_o_n

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

     Registers a built-in icon for icon theme lookups. The idea of
     built-in icons is to allow an application or library that uses
     themed icons to function requiring files to be present in the file
     system. For instance, the default images for all of GTK+'s stock
     icons are registered as built-icons.

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

     gtkIconThemeAddBuiltinIcon(icon.name, size, pixbuf)

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

'icon.name': [character]  the name of the icon to register

  'size': [integer]  the size at which to register the icon (different
          images can be registered for the same icon name at different
          sizes.)

'pixbuf': ['GdkPixbuf'] 'GdkPixbuf' that contains the image to use for
          'icon.name'.

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

     In general, if you use 'gtkIconThemeAddBuiltinIcon' you should
     also install the icon in the icon theme, so that the icon is
     generally available.

     This function will generally be used with pixbufs loaded via
     'gdkPixbufNewFromInline()'.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

