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

type MapNotifyEvent = Event<xcb_map_notify_event_t>;

a window was mapped

Implementations

impl MapNotifyEvent[src]

pub fn event(&self) -> Window[src]

The window which was mapped or its parent, depending on whether StructureNotify or SubstructureNotify was selected.

pub fn window(&self) -> Window[src]

The window that was mapped.

pub fn override_redirect(&self) -> bool[src]

Window managers should ignore this window if override_redirect is 1.

pub fn new(
    event: Window,
    window: Window,
    override_redirect: bool
) -> MapNotifyEvent
[src]

Constructs a new MapNotifyEvent response_type will be set automatically to MAP_NOTIFY