| gtkIconInfoGetBuiltinPixbuf {RGtk2} | R Documentation |
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.
gtkIconInfoGetBuiltinPixbuf(object)
|
[GtkIconInfo] a GtkIconInfo structure |
Since 2.4
[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.
Derived by RGtkGen from GTK+ documentation