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

type MapRequestEvent = Event<xcb_map_request_event_t>;

window wants to be mapped

Implementations

impl MapRequestEvent[src]

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

The parent of window.

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

The window to be mapped.

pub fn new(parent: Window, window: Window) -> MapRequestEvent[src]

Constructs a new MapRequestEvent response_type will be set automatically to MAP_REQUEST