Function xcb::xproto::change_window_attributes
[−]
[src]
pub fn change_window_attributes<'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 possiblevalue_maskbits. See the example.