45#define TOOLBAR_STATE_NORMAL 0
46#define TOOLBAR_STATE_HOVER 1
47#define TOOLBAR_STATE_PRESSED 2
48#define TOOLBAR_STATE_ACTIVE 3
49#define TOOLBAR_STATE_DISABLED 4
56#define TOOLBAR_MAX_ITEMS 64
57#define TOOLBAR_BTN_PADDING 6
58#define TOOLBAR_SEP_THICKNESS 1
59#define TOOLBAR_SEP_MARGIN 4
60#define TOOLBAR_OVERFLOW_BTN_SZ 14
123 const char* tooltip,
void* ud);
126 const char* tooltip,
void* ud);
#define index(str, chr)
Definition string.h:66
#define XE_EXPORT
Definition _xeneva.h:46
#define XE_EXTERN
Definition _xeneva.h:50
unsigned int uint32_t
Definition acefiex.h:163
unsigned char uint8_t
Definition acefiex.h:161
ChTextBox * tb
Definition ctrl.cpp:93