gdkPixmapNew {RGtk2} | R Documentation |
Create a new pixmap with a given size and depth.
gdkPixmapNew(drawable = NULL, width, height, depth = -1)
|
A |
|
The width of the new pixmap in pixels. |
|
The height of the new pixmap in pixels. |
|
The depth (number of bits per pixel) of the new pixmap.
If -1, and |
Derived by RGtkGen from GTK+ documentation