Modules | |
D4D SLIDER Defines masks of slider specific behaviour flags | |
Macros | |
#define | D4D_SLDR_F_DEFAULT |
This is slider 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_FOCUSRECT | D4D_OBJECT_F_MOUSE_NORMAL) as a default. More... | |
#define | D4D_SLDR_TXT_PRTY_DEFAULT |
This is slider init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
#define | D4D_SLDR_FNT_PRTY_DEFAULT |
This is slider init font properties. If not defined, it sets to ( D4D_FNT_PRTY_TRANSPARENT_YES_MASK ) as a default. More... | |
#define | D4D_SLDR_BAR_OFF_LENGTH |
This is slider working bar offset in axis X to object outline. If not defined, it sets to 2 pixels as a default. More... | |
#define | D4D_SLDR_BAR_OFF_WIDTH |
This is slider working bar offset in axis Y to object outline. If not defined, it sets to 2 pixels as a default. More... | |
#define | D4D_SLDR_AUTOTOUCHTICKS |
This is slider timeout of auto increment for long touch (in ticks of eGUI time ticks - D4D_TimeTickPut), it can be changed in runtime. If not defined, it sets to ( 10 ) as a default. More... | |
#define | D4D_COLOR_SLDR_BAR_FORE |
This is slider fore color definition. If not defined, it sets to D4D_COLOR_DARK_BLUE as a default. More... | |
#define | D4D_COLOR_SLDR_BAR_BCKG |
This is slider background color definition. If not defined, it sets to D4D_COLOR_BRIGHT_GREY as a default. More... | |
#define | D4D_COLOR_SLDR_BAR_START |
This is slider start fore color definition. If not defined, it sets to D4D_COLOR_GREEN as a default. More... | |
#define | D4D_COLOR_SLDR_BAR_END |
This is slider end color definition. If not defined, it sets to D4D_COLOR_RED as a default. More... | |
This section specifies the exact constants used by widget.
#define D4D_COLOR_SLDR_BAR_BCKG |
This is slider background color definition. If not defined, it sets to D4D_COLOR_BRIGHT_GREY as a default.
Definition at line 123 of file d4d_slider.h.
#define D4D_COLOR_SLDR_BAR_END |
This is slider end color definition. If not defined, it sets to D4D_COLOR_RED as a default.
Definition at line 135 of file d4d_slider.h.
#define D4D_COLOR_SLDR_BAR_FORE |
This is slider fore color definition. If not defined, it sets to D4D_COLOR_DARK_BLUE as a default.
Definition at line 117 of file d4d_slider.h.
#define D4D_COLOR_SLDR_BAR_START |
This is slider start fore color definition. If not defined, it sets to D4D_COLOR_GREEN as a default.
Definition at line 129 of file d4d_slider.h.
#define D4D_SLDR_AUTOTOUCHTICKS |
This is slider timeout of auto increment for long touch (in ticks of eGUI time ticks - D4D_TimeTickPut), it can be changed in runtime. If not defined, it sets to ( 10 ) as a default.
Definition at line 110 of file d4d_slider.h.
#define D4D_SLDR_BAR_OFF_LENGTH |
This is slider working bar offset in axis X to object outline. If not defined, it sets to 2 pixels as a default.
Definition at line 98 of file d4d_slider.h.
#define D4D_SLDR_BAR_OFF_WIDTH |
This is slider working bar offset in axis Y to object outline. If not defined, it sets to 2 pixels as a default.
Definition at line 104 of file d4d_slider.h.
#define D4D_SLDR_F_DEFAULT |
This is slider 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_FOCUSRECT | D4D_OBJECT_F_MOUSE_NORMAL) as a default.
Definition at line 80 of file d4d_slider.h.
#define D4D_SLDR_FNT_PRTY_DEFAULT |
This is slider init font properties. If not defined, it sets to ( D4D_FNT_PRTY_TRANSPARENT_YES_MASK ) as a default.
Definition at line 92 of file d4d_slider.h.
#define D4D_SLDR_TXT_PRTY_DEFAULT |
This is slider init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.
Definition at line 86 of file d4d_slider.h.