Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

RealSpinner Options


Enumerations

enum  {
  FX::REALSPIN_NORMAL = 0,
  FX::REALSPIN_CYCLIC = 0x00020000,
  FX::REALSPIN_NOTEXT = 0x00040000,
  FX::REALSPIN_NOMAX = 0x00080000,
  FX::REALSPIN_NOMIN = 0x00100000,
  FX::REALSPIN_LOG = 0x00200000
}

Enumeration Type Documentation

anonymous enum
 

RealSpinner Options.

Enumeration values:
REALSPIN_NORMAL  Normal, non-cyclic.
REALSPIN_CYCLIC  Cyclic spinner.
REALSPIN_NOTEXT  No text visible.
REALSPIN_NOMAX  Spin all the way up to infinity.
REALSPIN_NOMIN  Spin all the way down to -infinity.
REALSPIN_LOG  Logarithmic rather than linear.

Copyright © 1997-2005 Jeroen van der Zijp