| Window creation
Creates a new Window object.
myObject = new Object_Window( )
Return value
Newly created object.
Adding to JAM
myInstance = myJAM.Create( myObject, X, Y, Width, Height )
myInstance = myJAM.CreateGUI( myObject, X, Y, Width, Height )
Parameters for adding to JAM
- myObject
Object returned by creation
- X
X coordinate to create at
- Y
Y coordinate to create at
- Width
If specified, the object will be stretched to this width
- Height
If specified, the object will be stretched to this height
Comments
The target coordinate can be any point. If the window object can be seen within itself, it will iterate to a maximum of JAM.MIRRORS_MAX (5) times.
JAM © 2005 no one in particular Project started by David Evans in 2005 | |