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

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:

  • c: The connection object to the server

  • window: The window to make invisible.