anonymous enum

Knob Control styles.

Enumerator:
KNOB_NEEDLE 
KNOB_DOT  Use a needle as indicator.
KNOB_TICKS  Use a dot as indicator.
KNOB_INDICATOR  Show ticks around the knob.
KNOB_NORMAL  Show only the indicator (like a speedometer).

Definition at line 35 of file FXKnob.h.

00035      {
00036   KNOB_NEEDLE    = 0,                           
00037   KNOB_DOT       = 0x00008000,                  
00038   KNOB_TICKS     = 0x00010000,                  
00039   KNOB_INDICATOR = 0x00020000,                  
00040   KNOB_NORMAL    = (KNOB_NEEDLE|KNOB_TICKS)     
00041   };


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