12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- #ifndef _USERDEFINES_INCLUDED
- #define _USERDEFINES_INCLUDED
- #define INCLUDE_BUTTONS
- #define RESIZABLE_BUTTONS
- #define COOLSB_TOOLTIPS
- #define CUSTOM_DRAW
- #define NOTIFY_MOUSE
- #define MIN_COOLSB_SIZE 24
- #define MINSCROLLSIZE 50
- #undef HIDE_CURSOR_AFTER_MOUSEUP
- #define HOT_TRACKING
- #define FLAT_SCROLLBARS
- #define SNAP_THUMB_BACK
- #define THUMBTRACK_SNAPDIST 24
- #define MAX_COOLSB_BUTS 16
-
- #define MAX_COOLSB 64
- #endif
|