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:
backcolor
integer
background color
format: 0xAABBGGRR (alpha,blue,green,red)
client
object
client
what is displayed in the window
pos_x
integer
x position
pos_y
integer
y position
size_x
integer
width
size_y
integer
height
style
integer
window style
bitfield:
1 - border
2 - title
4 - Opaque background
8 - Close button
16 - resizable