[−][src]Type Definition xcb::xproto::CreateNotifyEvent  
type CreateNotifyEvent = Event<xcb_create_notify_event_t>;
Methods
impl CreateNotifyEvent[src]
pub fn parent(&self) -> Window[src]
pub fn window(&self) -> Window[src]
pub fn x(&self) -> i16[src]
pub fn y(&self) -> i16[src]
pub fn width(&self) -> u16[src]
pub fn height(&self) -> u16[src]
pub fn border_width(&self) -> u16[src]
pub fn override_redirect(&self) -> bool[src]
pub fn new(
    parent: Window, 
    window: Window, 
    x: i16, 
    y: i16, 
    width: u16, 
    height: u16, 
    border_width: u16, 
    override_redirect: bool
) -> CreateNotifyEvent[src]
parent: Window,
window: Window,
x: i16,
y: i16,
width: u16,
height: u16,
border_width: u16,
override_redirect: bool
) -> CreateNotifyEvent
Constructs a new CreateNotifyEvent
response_type will be set automatically to CREATE_NOTIFY