anonymous enum

Popup internal orientation.

Enumerator:
POPUP_VERTICAL 
POPUP_HORIZONTAL  Vertical orientation.
POPUP_SHRINKWRAP  Horizontal orientation.

Definition at line 35 of file FXPopup.h.

00035      {
00036   POPUP_VERTICAL   = 0,               
00037   POPUP_HORIZONTAL = 0x00020000,      
00038   POPUP_SHRINKWRAP = 0x00040000       
00039   };


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