Macros | |
#define | D4D_TXTBX_F_DEFAULT |
This is text box init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_FOCUSRECT | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_MOUSE_NORMAL) as a default. More... | |
#define | D4D_TXTBX_F_SCRLBRS_DEFAULT |
This is text box 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_FOCUSRECT | D4D_OBJECT_F_MOUSE_NORMAL) as a default. More... | |
#define | D4D_TXTBX_TXT_PRTY_DEFAULT |
This is text 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_TXTBX_FNT_PRTY_DEFAULT |
This is text box init font properties. If not defined, it sets to ( 0 ) as a default. More... | |
#define | D4D_TXTBX_SCRLBR_WIDTH |
This is text box embedded scroll bar width If not defined, it sets to 20 pixels as a default. More... | |
#define | D4D_TXTBX_SCRLBR_STEP |
This is text box embedded scroll bar change step If not defined, it sets to 2 step as a default. More... | |
This section specifies the exact constants used by widget.
#define D4D_TXTBX_F_DEFAULT |
This is text box init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_FOCUSRECT | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_MOUSE_NORMAL) as a default.
Definition at line 62 of file d4d_text_box.h.
#define D4D_TXTBX_F_SCRLBRS_DEFAULT |
This is text box 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_FOCUSRECT | D4D_OBJECT_F_MOUSE_NORMAL) as a default.
Definition at line 68 of file d4d_text_box.h.
#define D4D_TXTBX_FNT_PRTY_DEFAULT |
This is text box init font properties. If not defined, it sets to ( 0 ) as a default.
Definition at line 80 of file d4d_text_box.h.
#define D4D_TXTBX_SCRLBR_STEP |
This is text box embedded scroll bar change step If not defined, it sets to 2 step as a default.
Definition at line 92 of file d4d_text_box.h.
#define D4D_TXTBX_SCRLBR_WIDTH |
This is text box embedded scroll bar width If not defined, it sets to 20 pixels as a default.
Definition at line 86 of file d4d_text_box.h.
#define D4D_TXTBX_TXT_PRTY_DEFAULT |
This is text 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 74 of file d4d_text_box.h.