class X11::PropertyEvent
- X11::PropertyEvent
- X11::WindowEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::PropertyEvent
structure.
Defined in:
x11/property_event.crConstructors
Instance Method Summary
- #atom : X11::C::Atom
- #atom=(atom : X11::C::Atom)
- #display : Display
- #display=(display : Display)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #state : Int32
- #state=(state : Int32)
- #time : X11::C::Time
- #time=(time : X11::C::Time)
- #to_unsafe : X11::C::X::PPropertyEvent
- #to_x : X11::C::X::PropertyEvent
- #type : Int32
- #type=(type : Int32)
- #window : X11::C::Window
- #window=(window : X11::C::Window)