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

type ReparentNotifyEvent = Event<xcb_reparent_notify_event_t>;

Implementations

impl ReparentNotifyEvent[src]

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

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

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

pub fn x(&self) -> i16[src]

pub fn y(&self) -> i16[src]

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

pub fn new(
    event: Window,
    window: Window,
    parent: Window,
    x: i16,
    y: i16,
    override_redirect: bool
) -> ReparentNotifyEvent
[src]

Constructs a new ReparentNotifyEvent response_type will be set automatically to REPARENT_NOTIFY