LNXSDK/Kha/Tools/linux_x64/std/flash/display/NativeMenuItem.hx

9 lines
277 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.display;
@:require(flash10_1) extern class NativeMenuItem extends flash.events.EventDispatcher {
@:flash.property var enabled(get,set) : Bool;
function new() : Void;
private function get_enabled() : Bool;
private function set_enabled(value : Bool) : Bool;
}