class X11::FocusChangeEvent
- X11::FocusChangeEvent
- X11::WindowEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::FocusChangeEvent
structure.
Defined in:
x11/focus_change_event.crConstructors
Instance Method Summary
- #detail : Int32
- #detail=(detail : Int32)
- #display : Display
- #display=(display : Display)
- #in? : Bool
- #mode : Int32
- #mode=(mode : Int32)
- #out? : Bool
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #to_unsafe : X11::C::X::PFocusChangeEvent
- #to_x : X11::C::X::FocusChangeEvent
- #type : Int32
- #type=(type : Int32)
- #window : X11::C::Window
- #window=(window : X11::C::Window)