DESTROY(9) DESTROY(9)
NAME
destroy - Destroy one or more windows
SYNOPSIS
destroy ?window window ...?
DESCRIPTION
This command deletes the windows given by the window
arguments, plus all of their descendants. The windows are
destroyed in order, and if an error occurs in destroying a
window the command aborts without destroying the remaining
windows.
The Destroy event is fired for each window destroyed,
including descendants.
If the window ``.'' is specified, it is unmapped rather than
destroyed and the Destroy event is not fired on it. How-
ever, all of its decendants are destroyed as normal.
SEE ALSO
bind(9)
Page 1 Plan 9 (printed 10/27/25)