anonymous enum

Enumerator:
DIAL_VERTICAL 
DIAL_HORIZONTAL 
DIAL_CYCLIC 
DIAL_HAS_NOTCH 
DIAL_NORMAL 

Definition at line 35 of file FXDial.h.

00035      {
00036   DIAL_VERTICAL   = 0,                            // Vertically oriented
00037   DIAL_HORIZONTAL = 0x00008000,                   // Horizontal oriented
00038   DIAL_CYCLIC     = 0x00010000,                   // Value wraps around
00039   DIAL_HAS_NOTCH  = 0x00020000,                   // Dial has a Center Notch
00040   DIAL_NORMAL     = DIAL_VERTICAL
00041   };


(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