For a full lowdown of the properties supported by the Window class, see Table 18 - 2 .
Table 18-2
Variable Description
resizable : Bool Determines whether the window can be resized.
maximizeIcon : Bool Determines whether the maximize icon is enabled/shown.
minimizeIcon : Bool Determines whether the minimize icon is enabled/shown.
width : Int Determines the windows width.
height : Int Determines the windows height.
left : Int Determines the windows x coordinate location on the screen.
top : Int Determines the windows y coordinate location on the screen.
handle : Void (abstract) A C level handle of the window, for use in extending in Neko ndll
modules. It is a read-only variable.
fullscreen : Bool Determines whether the window is set to fill the whole screen.
transparent : Bool Determines whether the window is set to transparent (read-only).
flashRunning : Bool Determines whether the contained flash movie is running (read-only).
dropTarget : Bool Determines whether the window can accept drag-and-drop files.
Pages:
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954