eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D BASE Defines masks of aligment properties
Collaboration diagram for D4D BASE Defines masks of aligment properties:

Macros

#define D4D_ALIGN_MASK
 The aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_H_MASK
 The horizontal aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_H_LEFT_MASK
 The horizontal left aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_H_RIGHT_MASK
 The horizontal right aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_H_CENTER_MASK
 The horizontal center aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_V_MASK
 The vertical aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_V_TOP_MASK
 The vertical top aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_V_BOTTOM_MASK
 The vertical bottom aligment option mask (for texts and also bitmaps). More...
 
#define D4D_ALIGN_V_CENTER_MASK
 The vertical center aligment option mask (for texts and also bitmaps). More...
 

Detailed Description

This section specifies masks of aligment properties.

Macro Definition Documentation

#define D4D_ALIGN_H_CENTER_MASK

The horizontal center aligment option mask (for texts and also bitmaps).

Definition at line 225 of file d4d_base.h.

#define D4D_ALIGN_H_LEFT_MASK

The horizontal left aligment option mask (for texts and also bitmaps).

Definition at line 221 of file d4d_base.h.

#define D4D_ALIGN_H_MASK

The horizontal aligment option mask (for texts and also bitmaps).

Definition at line 219 of file d4d_base.h.

#define D4D_ALIGN_H_RIGHT_MASK

The horizontal right aligment option mask (for texts and also bitmaps).

Definition at line 223 of file d4d_base.h.

#define D4D_ALIGN_MASK

The aligment option mask (for texts and also bitmaps).

Definition at line 216 of file d4d_base.h.

#define D4D_ALIGN_V_BOTTOM_MASK

The vertical bottom aligment option mask (for texts and also bitmaps).

Definition at line 232 of file d4d_base.h.

#define D4D_ALIGN_V_CENTER_MASK

The vertical center aligment option mask (for texts and also bitmaps).

Definition at line 234 of file d4d_base.h.

#define D4D_ALIGN_V_MASK

The vertical aligment option mask (for texts and also bitmaps).

Definition at line 228 of file d4d_base.h.

#define D4D_ALIGN_V_TOP_MASK

The vertical top aligment option mask (for texts and also bitmaps).

Definition at line 230 of file d4d_base.h.