9 lines
246 B
Haxe
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;
|
|
}
|