Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Justification modes used by certain subclasses


Enumerations

enum  {
  FX::JUSTIFY_NORMAL = 0,
  FX::JUSTIFY_CENTER_X = 0,
  FX::JUSTIFY_LEFT = 0x00008000,
  FX::JUSTIFY_RIGHT = 0x00010000,
  FX::JUSTIFY_HZ_APART = JUSTIFY_LEFT|JUSTIFY_RIGHT,
  FX::JUSTIFY_CENTER_Y = 0,
  FX::JUSTIFY_TOP = 0x00020000,
  FX::JUSTIFY_BOTTOM = 0x00040000,
  FX::JUSTIFY_VT_APART = JUSTIFY_TOP|JUSTIFY_BOTTOM
}

Enumeration Type Documentation

anonymous enum
 

Justification modes used by certain subclasses.

Enumeration values:
JUSTIFY_NORMAL  Default justification is centered text.
JUSTIFY_CENTER_X  Contents centered horizontally.
JUSTIFY_LEFT  Contents left-justified.
JUSTIFY_RIGHT  Contents right-justified.
JUSTIFY_HZ_APART  Combination of JUSTIFY_LEFT & JUSTIFY_RIGHT.
JUSTIFY_CENTER_Y  Contents centered vertically.
JUSTIFY_TOP  Contents aligned with label top.
JUSTIFY_BOTTOM  Contents aligned with label bottom.
JUSTIFY_VT_APART  Combination of JUSTIFY_TOP & JUSTIFY_BOTTOM.

Copyright © 1997-2005 Jeroen van der Zijp