Returns the minimum and maximum values for the slider. Signature: Code minValue, maxValue = Slider:GetMinMaxValues()
Returns: - minValue - Lower boundary for values represented by the slider position (number)
- maxValue - Upper boundary for values represented by the slider position (number)
Также смотрите: Слайдер
Ссылки: http://wowprogramming.com/docs/widgets/Slider/GetMinMaxValues
|