Next: Font object Prev: Colormap object Up: Xt Top: Top
Pixmap
type. A
Pixmap object can be obtained using the widget method
CreatePixmap
.
A Pixmap is an offscreen piece of memory in which the application can
draw. Drawing in the pixmap can be done using a Graphics Context
object which can be created using the CreateGC
method. The
pixmap can be copied to a window or another pixmap using the
CopyArea
and CopyPlane
methods.
Pixmap objects (pixmap_objects) have the following methods:
None
.
This function corresponds with XCopyArea
.
None
.
This function corresponds with XCopyPlane
.
gc_object
.
This function corresponds with XCreateGC
.
(width, height, pixmap_object, hotspot_x, hotspot_y)
.
This function corresponds with XReadBitmapFile
.