[−][src]Type Definition xcb::xproto::ReparentNotifyEvent  
type ReparentNotifyEvent = Event<xcb_reparent_notify_event_t>;
Methods
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]
event: Window,
window: Window,
parent: Window,
x: i16,
y: i16,
override_redirect: bool
) -> ReparentNotifyEvent
Constructs a new ReparentNotifyEvent
response_type will be set automatically to REPARENT_NOTIFY