win-normal | The window is neither maximized nor minimized. |
win-iconified | The window is minimized in the system tray. |
win-maximized-horiz | The window is horizontally maximized. |
win-maximized-vert | The window is vertically maximized. |
win-maximized-both | The window is maximized. |
working-storage section. copy "isgui.def". 77 window-handle usage handle of window. 77 wk-state pic 9. ... procedure division. ... inquire window-handle window-state wk-state if wk-state = win-iconified | the window is iconified ... |