Files
lime/externs/air/flash/html/HTMLPopupWindow.hx
2017-08-24 12:50:13 -07:00

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;
}