Function xcb::xproto::unmap_window_checked[][src]

pub fn unmap_window_checked<'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: