Function xcb::xproto::configure_window_checked [−][src]
pub fn configure_window_checked<'a>(
c: &'a Connection,
window: Window,
value_list: &[(u16, u32)]
) -> VoidCookie<'a>
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.