Macros | |
#define | D4D_EDIT_BOX_F_DEFAULT |
This is edit box 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 | D4D_OBJECT_F_BEVEL_DENTED) as a default. More... | |
#define | D4D_EDIT_BOX_FNT_PRTY_DEFAULT |
This is edit box init font properties. If not defined, it sets to ( 0 ) as a default. More... | |
#define | D4D_EDIT_BOX_TXT_PRTY_DEFAULT |
This is edit box init text properties. If not defined, it sets to (D4D_ALIGN_H_LEFT_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
#define | D4D_EDIT_BOX_CURSOR_BLINK_TICK_COUNTER |
This is definition of edit box cursor blink time (in ticks of eGUI time ticks - D4D_TimeTickPut). If not defined, it sets to ( 10 ) as a default. More... | |
This section specifies the exact constants used by widget.
#define D4D_EDIT_BOX_CURSOR_BLINK_TICK_COUNTER |
This is definition of edit box cursor blink time (in ticks of eGUI time ticks - D4D_TimeTickPut). If not defined, it sets to ( 10 ) as a default.
Definition at line 78 of file d4d_edit_box.h.
#define D4D_EDIT_BOX_F_DEFAULT |
This is edit box 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 | D4D_OBJECT_F_BEVEL_DENTED) as a default.
Definition at line 60 of file d4d_edit_box.h.
#define D4D_EDIT_BOX_FNT_PRTY_DEFAULT |
This is edit box init font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 66 of file d4d_edit_box.h.
#define D4D_EDIT_BOX_TXT_PRTY_DEFAULT |
This is edit box init text properties. If not defined, it sets to (D4D_ALIGN_H_LEFT_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.
Definition at line 72 of file d4d_edit_box.h.