gdkBitmapCreateFromData {RGtk2} | R Documentation |
Creates a new bitmap from data in XBM format.
gdkBitmapCreateFromData(drawable = NULL, data, width, height)
|
[GdkDrawable ] a GdkDrawable , used to determine default values
for the new pixmap. Can be NULL , in which case the root
window is used. |
|
[character] a pointer to the XBM data. |
|
[integer] the width of the new pixmap in pixels. |
|
[integer] the height of the new pixmap in pixels. |
Derived by RGtkGen from GTK+ documentation