class X11::SelectionEvent
- X11::SelectionEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::SelectionEvent
structure.
Defined in:
x11/selection_event.crConstructors
Instance Method Summary
- #display : Display
- #display=(display : Display)
- #property : X11::C::Atom
- #property=(property : X11::C::Atom)
- #requestor : X11::C::Window
- #requestor=(requestor : X11::C::Window)
- #selection : X11::C::Atom
- #selection=(selection : X11::C::Atom)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #target : X11::C::Atom
- #target=(target : X11::C::Atom)
- #time : X11::C::Time
- #time=(time : X11::C::Time)
- #to_unsafe : X11::C::X::PSelectionEvent
- #to_x : X11::C::X::SelectionEvent
- #type : Int32
- #type=(type : Int32)