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

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:

  • c: The connection object to the server

  • window: The window to make invisible.