[−][src]Type Definition xcb::xfixes::SelectionNotifyEvent  
type SelectionNotifyEvent = Event<xcb_xfixes_selection_notify_event_t>;
Methods
impl SelectionNotifyEvent[src]
pub fn subtype(&self) -> u8[src]
pub fn window(&self) -> Window[src]
pub fn owner(&self) -> Window[src]
pub fn selection(&self) -> Atom[src]
pub fn timestamp(&self) -> Timestamp[src]
pub fn selection_timestamp(&self) -> Timestamp[src]
pub fn new(
    subtype: u8, 
    window: Window, 
    owner: Window, 
    selection: Atom, 
    timestamp: Timestamp, 
    selection_timestamp: Timestamp
) -> SelectionNotifyEvent[src]
subtype: u8,
window: Window,
owner: Window,
selection: Atom,
timestamp: Timestamp,
selection_timestamp: Timestamp
) -> SelectionNotifyEvent
Constructs a new SelectionNotifyEvent
response_type will be set automatically to SELECTION_NOTIFY