SetSize
From IfsoGUIWiki
Contents |
Declaration
SetSize(intSize:Int)
Set the sliders length. Sliders are handled a little differently than other gadgets. The only size value that is changed is how long the gadget will be drawn.
Returns
Nothing
Parameters
- intSize:Int - Size (Integer) of the gadget. Sets the width if the Slider is vertical and the height if the Slider is horizontal.
Gadget Information
Pertains to Slider.
