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

Modules

 D4D CHECK BOX Defines masks of check box specific behaviour flags
 

Macros

#define D4D_CHECKBOX_BORDER_OFFSET
 This is pixel count of check box bitmap border offset. If not defined, it sets to 3 pixel as a default. More...
 
#define D4D_CHECKBOX_TEXT_OFFSET
 This is pixel count of check box text border offset. If not defined, it sets to 4 pixel as a default. More...
 
#define D4D_COLOR_CHECKBOX_ICON_BCKG
 This is check box icon background color definition. Is used for example if non-check icon is not defined. If not defined, it sets to D4D_COLOR_WHITE as a default. More...
 
#define D4D_CHECKBOX_F_DEFAULT
 This is check 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_RAISED | D4D_CHECKBOX_F_ICON_RECTANGLE ) as a default. More...
 
#define D4D_CHECKBOX_TXT_PRTY_DEFAULT
 This is check box init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More...
 
#define D4D_CHECKBOX_FNT_PRTY_DEFAULT
 This is check 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_CHECKBOX_BORDER_OFFSET

This is pixel count of check box bitmap border offset. If not defined, it sets to 3 pixel as a default.

Definition at line 60 of file d4d_check_box.h.

#define D4D_CHECKBOX_F_DEFAULT

This is check 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_RAISED | D4D_CHECKBOX_F_ICON_RECTANGLE ) as a default.

Definition at line 97 of file d4d_check_box.h.

#define D4D_CHECKBOX_FNT_PRTY_DEFAULT

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

Definition at line 110 of file d4d_check_box.h.

#define D4D_CHECKBOX_TEXT_OFFSET

This is pixel count of check box text border offset. If not defined, it sets to 4 pixel as a default.

Definition at line 66 of file d4d_check_box.h.

#define D4D_CHECKBOX_TXT_PRTY_DEFAULT

This is check box init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.

Definition at line 104 of file d4d_check_box.h.

#define D4D_COLOR_CHECKBOX_ICON_BCKG

This is check box icon background color definition. Is used for example if non-check icon is not defined. If not defined, it sets to D4D_COLOR_WHITE as a default.

Definition at line 72 of file d4d_check_box.h.