This should respond just like a slider. See the documentation for Slider. You can also customize the colors of the slider, and you can even customize the draw function. See drawFunc below. EZFancySlider will wrap a FancySlider just like EZSlider does with a Slider.
A user definable function for drawing the widget. You can also add a Function in order to enhance the existing function:
The amount by which the value will changed when -increment or -decrement is called, or when related keys are pressed.
The size of the handle - its width or height, depending on -orientation.
An Integer amount of pixels. |
The amount by which the value will changed when -increment or -decrement is called, or when related keys are pressed.
A Float. |
Numerical value between 0 and 1, represented by the handle position within the groove.
A Float. |