gdkPixbufNewFromXpmData {RGtk2} | R Documentation |
Creates a new pixbuf by parsing XPM data in memory. This data is commonly the result of including an XPM file into a program's C source.
gdkPixbufNewFromXpmData(data)
|
[char] Pointer to inline XPM data. |
[GdkPixbuf
] A newly-created pixbuf with a reference count of 1.
Derived by RGtkGen from GTK+ documentation