anonymous enum [inherited]

Enumerator:
ALLOW_NOWHERE 
ALLOW_TOP  Don't allow docking anywhere.
ALLOW_BOTTOM  Docking at the top only.
ALLOW_LEFT  Docking at the bottom only.
ALLOW_RIGHT  Docking at the left only.
ALLOW_HORIZONTAL  Docking at the right only.
ALLOW_VERTICAL  Docking at the top and bottom.
ALLOW_EVERYWHERE  Docking at the left and right.

Definition at line 87 of file FXDockBar.h.

00087        {
00088     ALLOW_NOWHERE=0,                                    
00089     ALLOW_TOP=1,                                        
00090     ALLOW_BOTTOM=2,                                     
00091     ALLOW_LEFT=4,                                       
00092     ALLOW_RIGHT=8,                                      
00093     ALLOW_HORIZONTAL=ALLOW_TOP|ALLOW_BOTTOM,            
00094     ALLOW_VERTICAL=ALLOW_LEFT|ALLOW_RIGHT,              
00095     ALLOW_EVERYWHERE=ALLOW_HORIZONTAL|ALLOW_VERTICAL    
00096     };


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