[][src]Function clipboard_x11::configure_window

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

Configures window attributes

Configures a window's size, position, border width and stacking order.

parameters:

  • c: The connection object to the server

  • window: The window to configure.

  • value_list: New values, corresponding to the attributes in value_mask. The order has to correspond to the order of possible value_mask bits. See the example.