[−][src]Type Definition xcb::xproto::CirculateNotifyEvent
type CirculateNotifyEvent = Event<xcb_circulate_notify_event_t>;
NOT YET DOCUMENTED
Methods
impl CirculateNotifyEvent
[src][−]
pub fn event(&self) -> Window
[src][−]
Either the restacked window or its parent, depending on whether
StructureNotify
or SubstructureNotify
was selected.
pub fn window(&self) -> Window
[src][−]
The restacked window.
pub fn place(&self) -> u8
[src][−]
pub fn new(
response_type: u8,
event: Window,
window: Window,
place: u8
) -> CirculateNotifyEvent
[src][−]
response_type: u8,
event: Window,
window: Window,
place: u8
) -> CirculateNotifyEvent
Constructs a new CirculateNotifyEvent
response_type
must be set to one of:
- CIRCULATE_REQUEST
- CIRCULATE_NOTIFY