Type Definition xcb::xproto::SelectionRequestEvent [−][src]
type SelectionRequestEvent = Event<xcb_selection_request_event_t>;
Implementations
impl SelectionRequestEvent
[src]
pub fn time(&self) -> Timestamp
[src]
pub fn owner(&self) -> Window
[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,
owner: Window,
requestor: Window,
selection: Atom,
target: Atom,
property: Atom
) -> SelectionRequestEvent
[src]
time: Timestamp,
owner: Window,
requestor: Window,
selection: Atom,
target: Atom,
property: Atom
) -> SelectionRequestEvent
Constructs a new SelectionRequestEvent
response_type
will be set automatically to SELECTION_REQUEST