Syntax
IsValid = WindowIsValid(Window)Description
Determines if a given handle corresponds to a valid, currently instantiated ProGUI window.
Parameters
Window
The handle to check.
Return Value
Returns #True if it is a valid window,
#False otherwise.
See Also
WidgetIsValid, CreateWindow, FreeWindow
Supported OS
Windows, Linux