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

type SelectionClearEvent = Event<xcb_selection_clear_event_t>;

Methods

impl SelectionClearEvent[src]

pub fn time(&self) -> Timestamp[src]

pub fn owner(&self) -> Window[src]

pub fn selection(&self) -> Atom[src]

pub fn new(
    time: Timestamp,
    owner: Window,
    selection: Atom
) -> SelectionClearEvent
[src]

Constructs a new SelectionClearEvent response_type will be set automatically to SELECTION_CLEAR