Window class in Command line interface

Window object, used in the Framsticks Theater application.
This class has no corresponding static object. If you want to use it, you have to create an object or get a reference to the existing object.
See also: GLDisplay

8 members:

type and namedescriptioncomments
integer style
integer
window style bitfield:
1 - border
2 - title
4 - Opaque background
8 - Close button
16 - resizable 
string title
string
title  
integer backcolor
integer
background color format: 0xAABBGGRR (alpha,blue,green,red) 
integer pos_x
integer
x position  
integer pos_y
integer
y position  
integer size_x
integer
width  
integer size_y
integer
height  
object client
object field
client what is displayed in the window 

Global context>>Experiment definition>>Command line interface