pub fn change_window_attributes<'c, 'input, Conn>(
conn: &'c Conn,
window: Window,
value_list: &'input ChangeWindowAttributesAux,
) -> Result<VoidCookie<'c, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,Expand description
change window attributes.
Changes the attributes specified by value_mask for the specified window.
§Fields
window- The window to change.value_mask-value_list- Values for each of the attributes specified in the bitmaskvalue_mask. The order has to correspond to the order of possiblevalue_maskbits. See the example.
§Errors
Access- TODO: reasons?Colormap- TODO: reasons?Cursor- TODO: reasons?Match- TODO: reasons?Pixmap- TODO: reasons?Value- TODO: reasons?Window- The specifiedwindowdoes not exist.