Macros | |
#define | D4D_SCRLBR_F_DEFAULT |
This is scroll bar init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_MOUSE_NORMAL | D4D_OBJECT_F_FOCUSRECT) as a default. More... | |
#define | D4D_SCRLBAR_MIN_TAB_SIZE |
This is minimal width of scroll bar in pixels. If not defined, it sets to 4 pixel as a default. More... | |
This section specifies the exact constants used by widget.
#define D4D_SCRLBAR_MIN_TAB_SIZE |
This is minimal width of scroll bar in pixels. If not defined, it sets to 4 pixel as a default.
Definition at line 67 of file d4d_scroll_bar.h.
#define D4D_SCRLBR_F_DEFAULT |
This is scroll bar init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_MOUSE_NORMAL | D4D_OBJECT_F_FOCUSRECT) as a default.
Definition at line 61 of file d4d_scroll_bar.h.