Function xcb::xproto::unmap_window[][src]

pub fn unmap_window<'a>(c: &'a Connection, window: Window) -> VoidCookie<'a>

Makes a window invisible

Unmaps the specified window. This means making the window invisible (and all its child windows).

Unmapping a window leads to the UnmapNotify event being generated. Also, Expose events are generated for formerly obscured windows.

parameters: