void | editCancelled () |
void | editEnd () |
void | editStart () |
An abstract base class for widgets that allow the user to adjust a value using a (horizontally oriented) slider.
Since:
Holds whether the slider obeys its limits. false
by default.
Holds whether editing the slider text causes the edit field to consume the full height/width of the slider. false
by default.
Holds whether the value is currently being edited. (Read Only)
Holds the label text for the slider.
Holds whether the slider's label is visible.
Holds whether the default value is restorable if the user holds the [Alt] key when clicked.
Holds the sensitivity of the slider.
Holds the text of the slider. (Read Only)
Holds whether the slider text is editable by the user. false
by default.
Holds whether the slider text is visible to the user. true
by default.
void : step( Boolean positive )
Steps this slider by its sensitivity value.
Parameter(s):
true
, the slider value will be incremented by its sensitivity value. If false
, the slider value will be decremented by its sensitivity value.void : editCancelled()
Signature:“editCancelled()”
Emitted when the user cancels an edit of the slider.
void : editEnd()
Signature:“editEnd()”
Emitted when the user releases the slider.
void : editStart()
Signature:“editStart()”
Emitted when the user starts dragging the slider.