|
-
window
-
A window.
Destroys the specified window as well as all of its
inferiors. The windows should never again be referenced. If the
specified window is mapped, it is automatically
unmapped. The window and all of its inferiors are then
destroyed, and a
:destroy-notify event is generated for each window. The
ordering of the
:destroy-notify events is such that for any given
window being destroyed,
:destroy-notify is generated on the window's
inferiors before being generated on the window. The ordering
among siblings and across sub-hierarchies is not otherwise
constrained. If the window is a root window, no windows
are destroyed. Destroying a mapped window generates :exposure
events on other windows that the mapped window obscured.
|