You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
The Window.Show procedure makes the specified window appear if it was invisible.
To make a window disappear after it's visible, you use Window.Hide.
##Details
When a window is hidden, output to it is faster. It is quite possible for the you to hide a window, do complicated drawing to it and then make it appear in order to have the program execute faster.
##Status
Exported qualified.
This means that you can only call the function by calling Window.Show, not by calling Show.