[−][src]Type Definition xcb::xproto::PropertyNotifyEvent  
type PropertyNotifyEvent = Event<xcb_property_notify_event_t>;
a window property changed
Methods
impl PropertyNotifyEvent[src]
pub fn window(&self) -> Window[src]
The window whose associated property was changed.
pub fn atom(&self) -> Atom[src]
The property's atom, to indicate which property was changed.
pub fn time(&self) -> Timestamp[src]
A timestamp of the server time when the property was changed.
pub fn state(&self) -> u8[src]
pub fn new(
    window: Window, 
    atom: Atom, 
    time: Timestamp, 
    state: u8
) -> PropertyNotifyEvent[src]
window: Window,
atom: Atom,
time: Timestamp,
state: u8
) -> PropertyNotifyEvent
Constructs a new PropertyNotifyEvent
response_type will be set automatically to PROPERTY_NOTIFY