GLG Toolkit, C / C++ API Library  Version 4.6
GlgAnchoringType

Specifies anchoring type binary flags. More...

Detailed Description

Specifies anchoring type binary flags.

A bitwise OR combination of one horizontal and one vertical flag is used as a value of the Anchor attribute.

Macros

#define GLG_HCENTER   0x0
 Horizontal anchoring constant. More...
 
#define GLG_HLEFT   0x1
 Horizontal anchoring constant. More...
 
#define GLG_HRIGHT   0x2
 Horizontal anchoring constant. More...
 
#define GLG_VBOTTOM   0x20
 Vertical anchoring constant. More...
 
#define GLG_VCENTER   0x00
 Vertical anchoring constant. More...
 
#define GLG_VTOP   0x10
 Vertical anchoring constant. More...
 

Macro Definition Documentation

◆ GLG_HCENTER

#define GLG_HCENTER   0x0

Horizontal anchoring constant.

◆ GLG_HLEFT

#define GLG_HLEFT   0x1

Horizontal anchoring constant.

◆ GLG_HRIGHT

#define GLG_HRIGHT   0x2

Horizontal anchoring constant.

◆ GLG_VBOTTOM

#define GLG_VBOTTOM   0x20

Vertical anchoring constant.

◆ GLG_VCENTER

#define GLG_VCENTER   0x00

Vertical anchoring constant.

◆ GLG_VTOP

#define GLG_VTOP   0x10

Vertical anchoring constant.