forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Tools/linux_arm64/std/flash/text/StaticText.hx
Normal file
7
Kha/Tools/linux_arm64/std/flash/text/StaticText.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package flash.text;
|
||||
|
||||
extern final class StaticText extends flash.display.DisplayObject {
|
||||
@:flash.property var text(get,never) : String;
|
||||
function new() : Void;
|
||||
private function get_text() : String;
|
||||
}
|
Reference in New Issue
Block a user