8 lines
252 B
Haxe
8 lines
252 B
Haxe
package flash.html;
|
|
|
|
extern class HTMLPopupWindow {
|
|
function new(owner : HTMLLoader, closePopupWindowIfNeededClosure : Dynamic, setDeactivateClosure : Dynamic, computedFontSize : Float) : Void;
|
|
function close() : Void;
|
|
function isActive() : Bool;
|
|
}
|