![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "pch.h"
#include "Style/cXStyleSheet.h"
#include "Desktop/cXDesktopMgr.h"
#include "Style/cXStyleSheetElements.tbl"
#include "Style/cXStyleSheetColors.tbl"
Namespaces | |
GrayGUI | |
Macros | |
#define | cXStyleSheetElement(a, b) "XSTYLE_" #a, |
#define | cXStyleSheetColor(a, b, c, d) c, |
#define | cXStyleSheetColor(a, b, c, d) "COLOR_" #a, |
#define | DLG_FP(noffset) ((XSTYLE_ELEM_TYPE)((eStyleElem)+((DLG_FP_##noffset) - DLG_FP_CORNER_LT))) |
#define | DLG_H3(noffset) ((XSTYLE_ELEM_TYPE)((eStyleElem)+((DLG_FP_CAPTION_##noffset) - DLG_FP_CAPTION_L))) |
#define | DLG_V3(noffset) ((XSTYLE_ELEM_TYPE)((eStyleElem)+((DLG_FP_CAPTION_##noffset) - DLG_FP_CAPTION_L))) |
#define cXStyleSheetColor | ( | a, | |
b, | |||
c, | |||
d | |||
) | c, |
#define cXStyleSheetColor | ( | a, | |
b, | |||
c, | |||
d | |||
) | "COLOR_" #a, |
#define cXStyleSheetElement | ( | a, | |
b | |||
) | "XSTYLE_" #a, |
#define DLG_FP | ( | noffset | ) | ((XSTYLE_ELEM_TYPE)((eStyleElem)+((DLG_FP_##noffset) - DLG_FP_CORNER_LT))) |
#define DLG_H3 | ( | noffset | ) | ((XSTYLE_ELEM_TYPE)((eStyleElem)+((DLG_FP_CAPTION_##noffset) - DLG_FP_CAPTION_L))) |
#define DLG_V3 | ( | noffset | ) | ((XSTYLE_ELEM_TYPE)((eStyleElem)+((DLG_FP_CAPTION_##noffset) - DLG_FP_CAPTION_L))) |