Packagecom.gestureworks.cml.utils
Classpublic class SystemWindow
InheritanceSystemWindow Inheritance flash.display.NativeWindow

SystemWindow Operating system window



Public Properties
 PropertyDefined By
  backgroundColor : int
sets the background color of window
SystemWindow
  id : String
sets the id
SystemWindow
Public Methods
 MethodDefined By
  
SystemWindow(initOptions:NativeWindowInitOptions)
Constructor
SystemWindow
Property Detail
backgroundColorproperty
backgroundColor:int

sets the background color of window


Implementation
    public function get backgroundColor():int
    public function set backgroundColor(value:int):void
idproperty 
id:String

sets the id


Implementation
    public function get id():String
    public function set id(value:String):void
Constructor Detail
SystemWindow()Constructor
public function SystemWindow(initOptions:NativeWindowInitOptions)

Constructor

Parameters
initOptions:NativeWindowInitOptions