Function x11rb::protocol::xproto::change_window_attributes

source ·
pub fn change_window_attributes<'c, 'input, Conn>(
    conn: &'c Conn,
    window: Window,
    value_list: &'input ChangeWindowAttributesAux
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,
Expand description

change window attributes.

Changes the attributes specified by value_mask for the specified window.

§Fields

  • window - The window to change.
  • value_mask -
  • value_list - Values for each of the attributes specified in the bitmask value_mask. The order has to correspond to the order of possible value_mask bits. See the example.

§Errors

  • Access - TODO: reasons?
  • Colormap - TODO: reasons?
  • Cursor - TODO: reasons?
  • Match - TODO: reasons?
  • Pixmap - TODO: reasons?
  • Value - TODO: reasons?
  • Window - The specified window does not exist.