Bitmap positioning flags.
[Background bitmap management.]


Defines

#define XY_POS_TOP   0x0
 Position background at the top (default).
#define XY_POS_LEFT   0x0
 Position background on the left (default).
#define XY_POS_HCENTER   0x1
 Horizontally center background.
#define XY_POS_VCENTER   0x2
 Vertically center background.
#define XY_POS_RIGHT   0x4
 Position background at the right.
#define XY_POS_BOTTOM   0x8
 Position background at the bottom.

Define Documentation

#define XY_POS_TOP   0x0

Position background at the top (default).

#define XY_POS_LEFT   0x0

Position background on the left (default).

#define XY_POS_HCENTER   0x1

Horizontally center background.

#define XY_POS_VCENTER   0x2

Vertically center background.

#define XY_POS_RIGHT   0x4

Position background at the right.

#define XY_POS_BOTTOM   0x8

Position background at the bottom.


Generated on Sat Aug 16 22:15:09 2008 for libcrtxy by  doxygen 1.5.5