class Fox::FXRealSpinner

Real-valued spinner control

Events

The following messages are sent by FXRealSpinner 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 a Float indicating the new spinner value.

SEL_CHANGED

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

Spinner options

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

Message identifiers

ID_INCREMENT

x

ID_DECREMENT

x

ID_ENTRY

x