Use formatter for all Haxe code
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
package flash.html;
|
||||
|
||||
extern class HTMLHost {
|
||||
var htmlLoader(default,never) : HTMLLoader;
|
||||
var windowRect : flash.geom.Rectangle;
|
||||
function new(defaultBehaviors : Bool=true) : Void;
|
||||
function createWindow(windowCreateOptions : HTMLWindowCreateOptions) : HTMLLoader;
|
||||
//function setHTMLControl(loader : HTMLLoader) : Void;
|
||||
function updateLocation(locationURL : String) : Void;
|
||||
function updateStatus(status : String) : Void;
|
||||
function updateTitle(title : String) : Void;
|
||||
function windowBlur() : Void;
|
||||
function windowClose() : Void;
|
||||
function windowFocus() : Void;
|
||||
extern class HTMLHost
|
||||
{
|
||||
var htmlLoader(default, never):HTMLLoader;
|
||||
var windowRect:flash.geom.Rectangle;
|
||||
function new(defaultBehaviors:Bool = true):Void;
|
||||
function createWindow(windowCreateOptions:HTMLWindowCreateOptions):HTMLLoader;
|
||||
// function setHTMLControl(loader : HTMLLoader) : Void;
|
||||
function updateLocation(locationURL:String):Void;
|
||||
function updateStatus(status:String):Void;
|
||||
function updateTitle(title:String):Void;
|
||||
function windowBlur():Void;
|
||||
function windowClose():Void;
|
||||
function windowFocus():Void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user