Slider

component fbx.ui.control.Slider
../../../_images/slider_blur.png

A slider

property value

Current value of the slider.

property minimumValue

Minimal value of the slider. If value is set to an inferior value, value will be reset to this one.

property maximumValue

Maximal value of the slider. If value is set to an inferior value, value will be reset to this one.

property stepSize

Amount the value hops when user edits the control with keyboard.

property editing

Whether user is currently editing the widget. This may change to false without the text actually changing, if user cancels its input.

../../../_images/slider_focus.png

A slider currently editing. Pressing left and right arrows will move the cursor.

property enabled

Whether the widget accepts user interaction.

../../../_images/slider_inactive.png

A slider with enabled = false.