Arbortext Command Language > Functions by Alphabetical Listing > window_show
  
window_show
window_show (window, map)
This function changes the state of the window identified by window. If map is true (non-zero), then the window is mapped, that is, displayed. If map is false (zero), then the window is withdrawn, that is, no longer displayed. In this case, the window still exists and may be redisplayed by calling window_show with map=1, or could be destroyed with window_destroy.