Type Definition xcb::xproto::SelectionNotifyEvent [−][src]
type SelectionNotifyEvent = Event<xcb_selection_notify_event_t>;
Implementations
impl SelectionNotifyEvent
[src]
pub fn time(&self) -> Timestamp
[src]
pub fn requestor(&self) -> Window
[src]
pub fn selection(&self) -> Atom
[src]
pub fn target(&self) -> Atom
[src]
pub fn property(&self) -> Atom
[src]
pub fn new(
time: Timestamp,
requestor: Window,
selection: Atom,
target: Atom,
property: Atom
) -> SelectionNotifyEvent
[src]
time: Timestamp,
requestor: Window,
selection: Atom,
target: Atom,
property: Atom
) -> SelectionNotifyEvent
Constructs a new SelectionNotifyEvent
response_type
will be set automatically to SELECTION_NOTIFY