Base class for HScrollBar and VScrollBar
Constructor
new (orientation:String, ?parent:DisplayObjectContainer, ?xpos:Float, ?ypos:Float, ?defaultHandler:Dynamic)
Constructor
Parameters:
orientation | Whether this is a vertical or horizontal slider. |
---|---|
parent | The parent DisplayObjectContainer on which to add this Slider. |
xpos | The x position to place this component. |
ypos | The y position to place this component. |
defaultHandler | The event handling function to handle the default event for this component (change in this case). |