Files
lime/externs/air/flash/html/HTMLPopupWindow.hx
2019-02-14 08:41:20 -08:00

9 lines
246 B
Haxe

package flash.html;
@:final extern class HTMLPopupWindow
{
function new(owner:HTMLLoader, closePopupWindowIfNeededClosure:Dynamic, setDeactivateClosure:Dynamic, computedFontSize:Float):Void;
function close():Void;
function isActive():Bool;
}