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

Modules

 D4D GRUOP BOX Defines masks of its specific behaviour flags
 

Macros

#define D4D_GROUP_BOX_F_DEFAULT
 This is group box init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_MOUSE_NORMAL | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_BEVEL_RAISED | D4D_GROUP_BOX_F_CONTENT_OUTLINE) as a default. More...
 
#define D4D_GROUP_BOX_TEXT_OFFSET
 This is offset of title text in horizontal line If not defined, it sets to 6 pixel as a default. More...
 
#define D4D_GROUP_BOX_HEADER_MARGIN
 This is margin of group box header (to keep place for title text) If not defined, it sets to 16 pixel as a default. More...
 
#define D4D_GROUP_BOX_FRAME_MARGIN
 This is margin of group box rest frame (left, right and bottom) If not defined, it sets to 4 pixel as a default. More...
 

Detailed Description

This section specifies the exact constants used by widget.

Macro Definition Documentation

#define D4D_GROUP_BOX_F_DEFAULT

This is group box init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_MOUSE_NORMAL | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_BEVEL_RAISED | D4D_GROUP_BOX_F_CONTENT_OUTLINE) as a default.

Definition at line 77 of file d4d_group_box.h.

#define D4D_GROUP_BOX_FRAME_MARGIN

This is margin of group box rest frame (left, right and bottom) If not defined, it sets to 4 pixel as a default.

Definition at line 95 of file d4d_group_box.h.

#define D4D_GROUP_BOX_HEADER_MARGIN

This is margin of group box header (to keep place for title text) If not defined, it sets to 16 pixel as a default.

Definition at line 89 of file d4d_group_box.h.

#define D4D_GROUP_BOX_TEXT_OFFSET

This is offset of title text in horizontal line If not defined, it sets to 6 pixel as a default.

Definition at line 83 of file d4d_group_box.h.