[][src]Function xcb::xproto::get_window_attributes

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

Gets window attributes

Gets the current attributes for the specified window.

parameters:

  • c: The connection object to the server

  • window: The window to get the attributes from.