anonymous enum [inherited]

Enumerator:
SELECTED 
FOCUS  Selected.
DISABLED  Focus.
DRAGGABLE  Disabled.
RESERVED1  Draggable.
RESERVED2  Reserved.
ICONOWNED  Reserved.
RIGHT  Icon owned by table item.
LEFT  Align on right (default).
CENTER_X  Align on left.
TOP  Aling centered horizontally.
BOTTOM  Align on top.
CENTER_Y  Align on bottom.
BEFORE  Aling centered vertically (default).
AFTER  Icon before the text.
ABOVE  Icon after the text.
BELOW  Icon above the text.
LBORDER  Icon below the text.
RBORDER  Draw left border.
TBORDER  Draw right border.
BBORDER  Draw top border.

Definition at line 92 of file FXTable.h.

00092       {
00093     SELECTED   = 0x00000001,    
00094     FOCUS      = 0x00000002,    
00095     DISABLED   = 0x00000004,    
00096     DRAGGABLE  = 0x00000008,    
00097     RESERVED1  = 0x00000010,    
00098     RESERVED2  = 0x00000020,    
00099     ICONOWNED  = 0x00000040,    
00100     RIGHT      = 0x00002000,    
00101     LEFT       = 0x00004000,    
00102     CENTER_X   = 0,             
00103     TOP        = 0x00008000,    
00104     BOTTOM     = 0x00010000,    
00105     CENTER_Y   = 0,             
00106     BEFORE     = 0x00020000,    
00107     AFTER      = 0x00040000,    
00108     ABOVE      = 0x00080000,    
00109     BELOW      = 0x00100000,    
00110     LBORDER    = 0x00200000,    
00111     RBORDER    = 0x00400000,    
00112     TBORDER    = 0x00800000,    
00113     BBORDER    = 0x01000000     
00114     };


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