eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D TEXT BOX API Constant Specification
Collaboration diagram for D4D TEXT BOX API Constant Specification:

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...
 

Detailed Description

This section specifies the exact constants used by widget.

Macro Definition Documentation

#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.