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:

integer backcolor
integer

background color

format: 0xAABBGGRR (alpha,blue,green,red)

object client
object

client

what is displayed in the window

integer pos_x
integer

x position

integer pos_y
integer

y position

integer size_x
integer

width

integer size_y
integer

height

integer style
integer

window style

bitfield:
1 - border
2 - title
4 - Opaque background
8 - Close button
16 - resizable

string title
string

title


Global context>>Experiment definition>>Command line interface