Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
Spinner Options
Enumerations
enum
{
SPIN_NORMAL
= 0,
SPIN_CYCLIC
= 0x00020000,
SPIN_NOTEXT
= 0x00040000,
SPIN_NOMAX
= 0x00080000,
SPIN_NOMIN
= 0x00100000
}
Enumeration Type Documentation
anonymous enum
Enumeration values:
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.