gdkPixmapCreateFromData {RGtk2} | R Documentation |
Create a two-color pixmap from data in XBM data.
gdkPixmapCreateFromData(drawable = NULL, data, height, depth, fg, bg)
|
[GdkDrawable ] a GdkDrawable , used to determine default values
for the new pixmap. Can be NULL , if the depth is given. |
|
[character] a pointer to the data. |
|
[integer] the height of the new pixmap in pixels. |
|
[integer] the depth (number of bits per pixel) of the new pixmap. |
|
[GdkColor ] the foreground color. |
|
[GdkColor ] the background color. |
Derived by RGtkGen from GTK+ documentation