A stateful object that represents an on-screen GUI window (currently supported in Windows and Syllable only)
| Methods |
Description |
| Get Value |
Retrieves the value of a widget from an on-screen window (currently only the value of input boxes can be retrieved). |
| Set Value |
Sets the value of a widget on a on-screen window (currently only the value of input boxes can be set). |
| Wait Close |
Doesn't return until the window is closed. This is primarily used so the application won't exit until the user closes it. |