[][src]Function xcb::xproto::change_window_attributes_checked

pub fn change_window_attributes_checked<'a>(
    c: &'a Connection,
    window: Window,
    value_list: &[(u32, u32)]
) -> VoidCookie<'a>

change window attributes

Changes the attributes specified by value_mask for the specified window.

parameters:

  • c: The connection object to the server

  • window: The window to change.

  • 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.