[][src]Function clipboard_x11::change_window_attributes_checked

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

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.