![]() |
Public API Reference |
#include "cscomp.h"
Go to the source code of this file.
Compounds | |
| 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. More... | |
| #define | CSSTA_LEFT 0x00000000 |
| Align text horizontally to the left (default). More... | |
| #define | CSSTA_RIGHT 0x00000001 |
| Align text horizontally to the right. More... | |
| #define | CSSTA_HCENTER 0x00000002 |
| Center text horizontally. More... | |
| #define | CSSTA_VALIGNMASK 0x0000000C |
| Vertical text alignment mask. More... | |
| #define | CSSTA_TOP 0x00000000 |
| Align text to top. More... | |
| #define | CSSTA_BOTTOM 0x00000004 |
| Align text to bottom. More... | |
| #define | CSSTA_VCENTER 0x00000008 |
| Center text vertically (default). More... | |
| #define | CSSTA_WRAPMASK 0x00000030 |
| Text wrap mask. More... | |
| #define | CSSTA_WORDWRAP 0x00000010 |
| Wrap text on word boundaries. More... | |
| #define | CSSTA_CHARWRAP 0x00000020 |
| Wrap text on character boundaries. More... | |
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... | |
Definition in file csstatic.h.