class Fox::FXSpinner

Spinner control

Events

The following messages are sent by FXSpinner to its target:

SEL_KEYPRESS

sent when a key goes down; the message data is an FXEvent instance.

SEL_KEYRELEASE

sent when a key goes up; the message data is an FXEvent instance.

SEL_COMMAND

sent whenever the spinner’s value changes; the message data is an integer indicating the new spinner value.

SEL_CHANGED

sent whenever the text in the spinner’s text field changes; the message data is an integer indicating the new spinner value.

Spinner options

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

Message identifiers

ID_INCREMENT

x

ID_DECREMENT

x

ID_ENTRY

x