anonymous enum

Justification modes used by certain subclasses.

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

Definition at line 35 of file FXFrame.h.

00035      {
00036   JUSTIFY_NORMAL       = 0,               
00037   JUSTIFY_CENTER_X     = 0,               
00038   JUSTIFY_LEFT         = 0x00008000,              
00039   JUSTIFY_RIGHT        = 0x00010000,              
00040   JUSTIFY_HZ_APART     = JUSTIFY_LEFT|JUSTIFY_RIGHT,  
00041   JUSTIFY_CENTER_Y     = 0,               
00042   JUSTIFY_TOP          = 0x00020000,              
00043   JUSTIFY_BOTTOM       = 0x00040000,              
00044   JUSTIFY_VT_APART     = JUSTIFY_TOP|JUSTIFY_BOTTOM   
00045   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:44 2009 for TnFOX by doxygen v1.4.7