|
Data Fields |
|
GR_GC_ID | gcid |
| | GC id (or 0 if no such GC).
|
|
int | mode |
| | drawing mode
|
|
GR_REGION_ID | region |
| | user region
|
|
int | xoff |
| | x offset of user region
|
|
int | yoff |
| | y offset of user region
|
|
GR_FONT_ID | font |
| | font number
|
|
GR_COLOR | foreground |
| | foreground RGB color or pixel value
|
|
GR_COLOR | background |
| | background RGB color or pixel value
|
|
GR_BOOL | fgispixelval |
| | TRUE if 'foreground' is actually a GR_PIXELVAL.
|
|
GR_BOOL | bgispixelval |
| | TRUE if 'background' is actually a GR_PIXELVAL.
|
|
GR_BOOL | usebackground |
| | use background in bitmaps
|
|
GR_BOOL | exposure |
| | send exposure events on GrCopyArea
|