Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
intrinsic class mx.central.controls.MScrollBar extends MovieClip {
    function getEnabled (Void):Boolean;
    function getScrollPosition (Void):Number;
    function getStyle (Void):String;
    function setChangeHandler (functionName:String, location:Object):Void;
    function setEnabled (enabled:Boolean):Void;
    function setHorizontal (horizontalScroll:Boolean):Void;
    function setLargeScroll (largeScroll:Number):Void;
    function setScrollContent (target:String):Void;
    function setScrollPosition (position:Number):Void;
    function setScrollProperties (pageSize:Number, minPos:Number, maxPos:Number):Void;
    function setScrollTarget (target:String):Void;
    function setSize (length:Number):Void;
    function setSmallScroll (smallScroll:Number):Void;
    function setStyle (size:String):Void;
}