| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : /usr/home/beeson/MathXpert/calcolor.h |
#define CC_DISPLAYBOX 300
#define CC_BACKGROUND 301
#define CC_FORMULAS 302
#define CC_HIGHLIGHT 303
#define CC_SELECTION 304
#define CC_REASONS 305
typedef struct
{
COLORREF background;
COLORREF text;
COLORREF highlight;
COLORREF reason;
COLORREF selection;
} calcolors;