[][src]Type Definition xcb::xproto::SelectionRequestEvent

type SelectionRequestEvent = Event<xcb_selection_request_event_t>;

Methods

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]

Constructs a new SelectionRequestEvent response_type will be set automatically to SELECTION_REQUEST