Static control
[Components]
Classes | |
class | csStatic |
The Static component class represents a decorative control (widget) which usually does not have functionality, but serves as a decoration. More... | |
Text alignment flags | |
#define | CSSTA_HALIGNMASK 0x00000003 |
Horizontal text alignment mask. | |
#define | CSSTA_LEFT 0x00000000 |
Align text horizontally to the left (default). | |
#define | CSSTA_RIGHT 0x00000001 |
Align text horizontally to the right. | |
#define | CSSTA_HCENTER 0x00000002 |
Center text horizontally. | |
#define | CSSTA_VALIGNMASK 0x0000000C |
Vertical text alignment mask. | |
#define | CSSTA_TOP 0x00000000 |
Align text to top. | |
#define | CSSTA_BOTTOM 0x00000004 |
Align text to bottom. | |
#define | CSSTA_VCENTER 0x00000008 |
Center text vertically (default). | |
#define | CSSTA_WRAPMASK 0x00000030 |
Text wrap mask. | |
#define | CSSTA_WORDWRAP 0x00000010 |
Wrap text on word boundaries. | |
#define | CSSTA_CHARWRAP 0x00000020 |
Wrap text on character boundaries. | |
Enumerations | |
enum | csStaticStyle { csscsEmpty, csscsLabel, csscsFrameLabel, csscsRectangle, csscsBitmap, csscsText } |
Possible static component styles. More... | |
enum | { cscmdStaticHotKeyEvent = 0x00000700, cscmdStaticMouseEvent, cscmdStaticSetBitmap, cscmdStaticGetBitmap } |
Static control class messages. More... |
Define Documentation
|
Align text to bottom.
Definition at line 68 of file csstatic.h. |
|
Wrap text on character boundaries.
Definition at line 76 of file csstatic.h. |
|
Horizontal text alignment mask.
Definition at line 56 of file csstatic.h. |
|
Center text horizontally.
Definition at line 62 of file csstatic.h. |
|
Align text horizontally to the left (default).
Definition at line 58 of file csstatic.h. |
|
Align text horizontally to the right.
Definition at line 60 of file csstatic.h. |
|
Align text to top.
Definition at line 66 of file csstatic.h. |
|
Vertical text alignment mask.
Definition at line 64 of file csstatic.h. |
|
Center text vertically (default).
Definition at line 70 of file csstatic.h. |
|
Wrap text on word boundaries.
Definition at line 74 of file csstatic.h. |
|
Text wrap mask.
Definition at line 72 of file csstatic.h. |
Enumeration Type Documentation
|
Static control class messages.
Definition at line 80 of file csstatic.h. |
|
Possible static component styles.
Definition at line 36 of file csstatic.h. |
Generated for Crystal Space by doxygen 1.3.9.1