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

Modules

 D4D SCREEN Defines masks of screen behaviour flags
 

Macros

#define D4D_SCR_TITLE_OFF_X
 This is screen title offset definition in axis X. If not defined, it sets to 3 pixels as a default. More...
 
#define D4D_SCR_TITLE_OFF_Y
 This is screen title offset definition in axis Y. If not defined, it sets to 1 pixels as a default. More...
 
#define D4D_SCR_HEADER_SIZE_MIN_SIZE
 This is screen header minimal size definition in axis Y. If not defined, it sets to 13 pixels as a default. More...
 
#define D4D_SCR_TITLE_EXITBTN_MIN_SIZE
 This is screen exit button minimal size definition. If not defined, it sets to 6 pixels as a default. More...
 
#define D4D_SCR_EXITBTN_CROSS_SIZE
 This is screen exit button cross minimal size definition. If not defined, it sets to 2 pixels as a default. More...
 
#define D4D_SCR_TITLE_EXITBTN_OFFSET
 This is screen exit button offset definition. If not defined, it sets to 3 pixels as a default. More...
 
#define D4D_SCR_F_DEFAULT
 This is screen default behaviour definition. If not defined, it sets to (D4D_SCR_FINT_MOUSE_NORMAL) as a default. More...
 

Detailed Description

This section specifies the exact constants used by module.

Macro Definition Documentation

#define D4D_SCR_EXITBTN_CROSS_SIZE

This is screen exit button cross minimal size definition. If not defined, it sets to 2 pixels as a default.

Definition at line 83 of file d4d_screen.h.

#define D4D_SCR_F_DEFAULT

This is screen default behaviour definition. If not defined, it sets to (D4D_SCR_FINT_MOUSE_NORMAL) as a default.

Definition at line 119 of file d4d_screen.h.

#define D4D_SCR_HEADER_SIZE_MIN_SIZE

This is screen header minimal size definition in axis Y. If not defined, it sets to 13 pixels as a default.

Definition at line 71 of file d4d_screen.h.

#define D4D_SCR_TITLE_EXITBTN_MIN_SIZE

This is screen exit button minimal size definition. If not defined, it sets to 6 pixels as a default.

Definition at line 77 of file d4d_screen.h.

#define D4D_SCR_TITLE_EXITBTN_OFFSET

This is screen exit button offset definition. If not defined, it sets to 3 pixels as a default.

Definition at line 89 of file d4d_screen.h.

#define D4D_SCR_TITLE_OFF_X

This is screen title offset definition in axis X. If not defined, it sets to 3 pixels as a default.

Definition at line 59 of file d4d_screen.h.

#define D4D_SCR_TITLE_OFF_Y

This is screen title offset definition in axis Y. If not defined, it sets to 1 pixels as a default.

Definition at line 65 of file d4d_screen.h.