Syntax
| window.ID.visible(visibility) |
Parameters
| BOOL | visibility | Optional. true or false. |
Return value
| If the parameter visibility is not specified, returns the current visibility of the window. |
Description
Set or get if a window is visible.
A window can also be hidden by setting it's size to 0 (except for the windows with a border). |
|