slider - A slider gadget handle
visible - The size of the slider window total - The total range the slider window traverses |
SetSliderRange controls the range of values that a slider can return.
The visible and total parameters specify a 'sliding window', where visible refers to how many items can be seen through the window, and total refers to the total number of items. The value returned by SliderValue will always be in the range 0...total-visible. See also: CreateSlider, SetSliderValue, SliderValue. |