xcb_destroy_window

@brief Destroys a window

@param c The connection @param window The window to destroy. @return A cookie

Destroys the specified window and all of its subwindows. A DestroyNotify event is generated for each destroyed window (a DestroyNotify event is first generated for any given window's inferiors). If the window was mapped, it will be automatically unmapped before destroying.

Calling DestroyWindow on the root window will do nothing.

extern (C)
xcb_destroy_window

Meta