[][src]Function x11rb::protocol::xproto::get_window_attributes

pub fn get_window_attributes<Conn: ?Sized>(
    conn: &Conn,
    window: Window
) -> Result<Cookie<Conn, GetWindowAttributesReply>, ConnectionError> where
    Conn: RequestConnection

Gets window attributes.

Gets the current attributes for the specified window.

Fields

  • window - The window to get the attributes from.

Errors

  • Window - The specified window does not exist.
  • Drawable - TODO: reasons?