Slider¶
- component fbx.ui.control.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.
- property enabled¶
Whether the widget accepts user interaction.