class X11::CirculateEvent
- X11::CirculateEvent
- X11::WindowEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::CirculateEvent
structure.
Defined in:
x11/circulate_event.crConstructors
Instance Method Summary
- #display : Display
- #display=(display : Display)
- #event : X11::C::Window
- #event=(event : X11::C::Window)
- #on_bottom? : Bool
- #on_top? : Bool
- #place : Int32
- #place=(place : Int32)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #to_unsafe : X11::C::X::PCirculateEvent
- #to_x : X11::C::X::CirculateEvent
- #type : Int32
- #type=(type : Int32)
- #window : X11::C::Window
- #window=(window : X11::C::Window)