WindowState() action

From The x3270 Wiki

The WindowState() switches the x3270 window between normal and iconic (minimized) state.

Parameters

WindowState() takes a single parameter:

normal
Set the window to normal state.
iconic
Set the window to iconic (maximized) state.

Examples

WindowState(iconic)