Pixmap Attributes
Following is a list of pixmap attributes:
*width(W)
- The width of pixmap, in pixels. Default is
100.
*height(H)
- The height of pixmap, in pixels. Default is
100.
*size(W, H)
- The same as
width(W), height(H).
*depth(D)
- The number of bits per pixel. Default is
the screen's depth.
*screen(S)
- The screen on which this pixmap can be used.
Default is the default screen.
gc(V)
- Default graphics context for drawing on this
pixmap. Default is the default gc for the
the pixmap's screen.
* -- starred items cannot be modified once a pixmap is created.