id: tgtkrange title: TGTKRange
A base-type for handling slider / range gadgets - ScrollBar and TrackBar
Method SetRange:Int(visible:Int, total:Int)
Sets the slider range.
Method SetProp:Int(value:Int)
Sets the value on the slider.
Method GetProp:Int()
Returns the current slider value.
Function OnChangeValue:Int(widget:Byte Ptr, scrolltype:Int, value:Double, obj:Object)
Callback for user changing of a slider.
Tries to keep the value within the desired range.