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

Spinner Options

Enumerations

enum  {
  FX::SPIN_NORMAL = 0,
  FX::SPIN_CYCLIC = 0x00020000,
  FX::SPIN_NOTEXT = 0x00040000,
  FX::SPIN_NOMAX = 0x00080000,
  FX::SPIN_NOMIN = 0x00100000
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Spinner Options.

Enumerator
SPIN_NORMAL 

Normal, non-cyclic.

SPIN_CYCLIC 

Cyclic spinner.

SPIN_NOTEXT 

No text visible.

SPIN_NOMAX 

Spin all the way up to infinity.

SPIN_NOMIN 

Spin all the way down to -infinity.

Copyright © 1997-2005 Jeroen van der Zijp