Struct x11_dl::xlib::XCreateWindowEvent
[−]
[src]
pub struct XCreateWindowEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub parent: Window, pub window: Window, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, pub border_width: c_int, pub override_redirect: Bool, }
Fields
type_ | |
serial | |
send_event | |
display | |
parent | |
window | |
x | |
y | |
width | |
height | |
border_width | |
override_redirect |