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

Arrow position constants. More...

Detailed Description

Arrow position constants.

The ArrowType attribute values are formed by combining GlgArrowPosition and GlgArrowFillType values with bitwise OR.

Macros

#define GLG_END_APOS   2
 Arrow position constant. More...
 
#define GLG_MIDDLE_APOS   4
 Arrow position constant. More...
 
#define GLG_MIDDLE_INVERSED_APOS   5
 Arrow position constant. More...
 
#define GLG_START_APOS   1
 Arrow position constant. More...
 
#define GLG_START_END_APOS   3
 Arrow position constant. More...
 

Macro Definition Documentation

◆ GLG_END_APOS

#define GLG_END_APOS   2

Arrow position constant.

◆ GLG_MIDDLE_APOS

#define GLG_MIDDLE_APOS   4

Arrow position constant.

◆ GLG_MIDDLE_INVERSED_APOS

#define GLG_MIDDLE_INVERSED_APOS   5

Arrow position constant.

◆ GLG_START_APOS

#define GLG_START_APOS   1

Arrow position constant.

◆ GLG_START_END_APOS

#define GLG_START_END_APOS   3

Arrow position constant.