Command: wclose

Syntax

wclose {<window> ... }

Description

Close (iconify) one or more open windows.

Parameters

Switches

Notes

If the window is not currently in use or is already closed, i.e. currently iconized, no action will be taken.

A window can also be closed by window manager mouse action.

An iconify procedure (window.iconify) may be defined for a window. This will be executed automatically immediately after window iconification, unless the window was created as a master window (with the -mas switch).

Examples

Close one window (win2).

wclose win2

Close multiple windows.

wclose my_wina, my_winb

See Also

Commands:

window, wopen

Structures:

window