Type Definition xcb::xproto::CirculateNotifyEvent[][src]

type CirculateNotifyEvent = Event<xcb_circulate_notify_event_t>;

NOT YET DOCUMENTED

Implementations

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]

Constructs a new CirculateNotifyEvent response_type must be set to one of: - CIRCULATE_NOTIFY - CIRCULATE_REQUEST