gtkIconInfoGetBuiltinPixbuf      package:RGtk2      R Documentation

_g_t_k_I_c_o_n_I_n_f_o_G_e_t_B_u_i_l_t_i_n_P_i_x_b_u_f

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

     Gets the built-in image for this icon, if any. To allow GTK+ to
     use built in icon images, you must pass the
     'GTK_ICON_LOOKUP_USE_BUILTIN' to 'gtkIconThemeLookupIcon'.

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

     gtkIconInfoGetBuiltinPixbuf(object)

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

'object': ['GtkIconInfo']  a 'GtkIconInfo' structure

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

     Since  2.4

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

     ['GdkPixbuf']  the built-in image pixbuf, or 'NULL'. No extra
     reference is added to the returned pixbuf, so if you want to keep
     it around. The returned image must not be modified.

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

     Derived by RGtkGen from GTK+ documentation

