An object that represents a GUI window (currently supported in Windows and Syllable only)
| Methods |
Description |
| New |
Creates a new window object. The window will not be displayed until the Show method is called. |
| Add Widget |
Adds a widget to the window. |
| Show |
Displays a window object on the screen. |