Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
intrinsic class mx.central.controls.MPushButton extends MovieClip {
    function getEnabled (Void):Boolean;
    function getLabel (Void):String;
    function getSelected (Void):Boolean;
    function setClickHandler (functionName:String, location:Object):Void;
    function setEnabled (enabled:Boolean):Void;
    function setLabel (label:String):Void;
    function setSelected (bool:Boolean):Void;
    function setSize (width:Number, height:Number):Void;
}