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

Modules

 D4D LIST BOX Defines masks of list box specific behaviour flags
 

Macros

#define D4D_LIST_BOX_F_DEFAULT
 This is list 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_MOUSE_NORMAL | D4D_OBJECT_F_BEVEL_DENTED) as a default. More...
 
#define D4D_LIST_BOX_F_SCRLBRS_DEFAULT
 This is list box embedded scroll bar init flags. If not defined, it sets to (D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_FASTTOUCH | D4D_OBJECT_F_BEVEL_RAISED | D4D_OBJECT_F_MOUSE_NORMAL) as a default. More...
 
#define D4D_LIST_BOX_SCRLBR_WIDTH
 This is list box embedded scroll bar width If not defined, it sets to 20 pixels as a default. More...
 
#define D4D_LIST_BOX_SCRLBR_STEP
 This is list box embedded scroll bar change step If not defined, it sets to 1 step as a default. More...
 
#define D4D_LIST_BOX_ITEM_TXT_PRTY_DEFAULT
 This is list 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_LIST_BOX_ITEM_FNT_PRTY_DEFAULT
 This is list box init font properties. If not defined, it sets to ( 0 ) as a default. More...
 

Detailed Description

This section specifies the exact constants used by widget.

Macro Definition Documentation

#define D4D_LIST_BOX_F_DEFAULT

This is list 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_MOUSE_NORMAL | D4D_OBJECT_F_BEVEL_DENTED) as a default.

Definition at line 75 of file d4d_list_box.h.

#define D4D_LIST_BOX_F_SCRLBRS_DEFAULT

This is list box embedded scroll bar init flags. If not defined, it sets to (D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_FASTTOUCH | D4D_OBJECT_F_BEVEL_RAISED | D4D_OBJECT_F_MOUSE_NORMAL) as a default.

Definition at line 81 of file d4d_list_box.h.

#define D4D_LIST_BOX_ITEM_FNT_PRTY_DEFAULT

This is list box init font properties. If not defined, it sets to ( 0 ) as a default.

Definition at line 105 of file d4d_list_box.h.

#define D4D_LIST_BOX_ITEM_TXT_PRTY_DEFAULT

This is list 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 99 of file d4d_list_box.h.

#define D4D_LIST_BOX_SCRLBR_STEP

This is list box embedded scroll bar change step If not defined, it sets to 1 step as a default.

Definition at line 93 of file d4d_list_box.h.

#define D4D_LIST_BOX_SCRLBR_WIDTH

This is list box embedded scroll bar width If not defined, it sets to 20 pixels as a default.

Definition at line 87 of file d4d_list_box.h.