Type Definition xcb::xproto::ConfigureRequestEvent [−][src]
type ConfigureRequestEvent = Event<xcb_configure_request_event_t>;
Implementations
impl ConfigureRequestEvent
[src]
pub fn stack_mode(&self) -> u8
[src]
pub fn parent(&self) -> Window
[src]
pub fn window(&self) -> Window
[src]
pub fn sibling(&self) -> Window
[src]
pub fn x(&self) -> i16
[src]
pub fn y(&self) -> i16
[src]
pub fn width(&self) -> u16
[src]
pub fn height(&self) -> u16
[src]
pub fn border_width(&self) -> u16
[src]
pub fn value_mask(&self) -> u16
[src]
pub fn new(
stack_mode: u8,
parent: Window,
window: Window,
sibling: Window,
x: i16,
y: i16,
width: u16,
height: u16,
border_width: u16,
value_mask: u16
) -> ConfigureRequestEvent
[src]
stack_mode: u8,
parent: Window,
window: Window,
sibling: Window,
x: i16,
y: i16,
width: u16,
height: u16,
border_width: u16,
value_mask: u16
) -> ConfigureRequestEvent
Constructs a new ConfigureRequestEvent
response_type
will be set automatically to CONFIGURE_REQUEST