Modules | |
D4D MENU Defines masks of menu specific behaviour flags | |
Macros | |
#define | D4D_MENU_F_DEFAULT |
This is menu 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_BEVEL_RAISED | D4D_MENU_F_INDEX | D4D_MENU_F_SIDEBAR) as a default. More... | |
#define | D4D_MENU_F_SCRLBRS_DEFAULT |
This is menu embedded scroll bar init flags. If not defined, it sets to (D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_FASTTOUCH | D4D_OBJECT_F_MOUSE_NORMAL) as a default. More... | |
#define | D4D_MENU_SCRLBR_WIDTH |
This is menu embedded scroll bar width If not defined, it sets to 20 pixels as a default. More... | |
#define | D4D_MENU_SCRLBR_STEP |
This is menu embedded scroll bar change step If not defined, it sets to 1 step as a default. More... | |
#define | D4D_MENU_TXT_PRTY_DEFAULT |
This is menu init title text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
#define | D4D_MENU_FNT_PRTY_DEFAULT |
This is menu init title font properties. If not defined, it sets to ( 0 ) as a default. More... | |
#define | D4D_MENU_IX_FNT_PRTY_DEFAULT |
This is menu init index font properties. If not defined, it sets to ( 0 ) as a default. More... | |
#define | D4D_MENU_IX_TXT_PRTY_DEFAULT |
This is menu init index text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
#define | D4D_MENU_ITEM_FNT_PRTY_DEFAULT |
This is menu init items font properties. If not defined, it sets to ( 0 ) as a default. More... | |
#define | D4D_MENU_ITEM_TXT_PRTY_DEFAULT |
This is menu init items text properties. If not defined, it sets to (D4D_ALIGN_H_LEFT_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
This section specifies the exact constants used by widget.
#define D4D_MENU_F_DEFAULT |
This is menu 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_BEVEL_RAISED | D4D_MENU_F_INDEX | D4D_MENU_F_SIDEBAR) as a default.
Definition at line 76 of file d4d_menu.h.
#define D4D_MENU_F_SCRLBRS_DEFAULT |
This is menu embedded scroll bar init flags. If not defined, it sets to (D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_FASTTOUCH | D4D_OBJECT_F_MOUSE_NORMAL) as a default.
Definition at line 82 of file d4d_menu.h.
#define D4D_MENU_FNT_PRTY_DEFAULT |
This is menu init title font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 106 of file d4d_menu.h.
#define D4D_MENU_ITEM_FNT_PRTY_DEFAULT |
This is menu init items font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 124 of file d4d_menu.h.
#define D4D_MENU_ITEM_TXT_PRTY_DEFAULT |
This is menu init items text properties. If not defined, it sets to (D4D_ALIGN_H_LEFT_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.
Definition at line 130 of file d4d_menu.h.
#define D4D_MENU_IX_FNT_PRTY_DEFAULT |
This is menu init index font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 112 of file d4d_menu.h.
#define D4D_MENU_IX_TXT_PRTY_DEFAULT |
This is menu init index text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.
Definition at line 118 of file d4d_menu.h.
#define D4D_MENU_SCRLBR_STEP |
This is menu embedded scroll bar change step If not defined, it sets to 1 step as a default.
Definition at line 94 of file d4d_menu.h.
#define D4D_MENU_SCRLBR_WIDTH |
This is menu embedded scroll bar width If not defined, it sets to 20 pixels as a default.
Definition at line 88 of file d4d_menu.h.
#define D4D_MENU_TXT_PRTY_DEFAULT |
This is menu init title text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.
Definition at line 100 of file d4d_menu.h.