gdkPixmapCreateFromXpmD {RGtk2} | R Documentation |
Create a pixmap from data in XPM format.
gdkPixmapCreateFromXpmD(drawable, transparent.color, data)
|
[GdkDrawable ] a GdkDrawable , used to determine default values
for the new pixmap. |
|
[GdkColor ] This color will be used for the pixels
that are transparent in the input file. Can be NULL
in which case a default color will be used. |
|
[character] Pointer to a string containing the XPM data. |
A list containing the following elements:
retval |
[GdkPixmap ] the GdkPixmap |
|
[GdkBitmap ] Pointer to a place to store a bitmap representing
the transparency mask of the XPM file. Can be NULL ,
in which case transparency will be ignored. |
Derived by RGtkGen from GTK+ documentation