class X11::MapEvent
- X11::MapEvent
- X11::WindowEvent
- X11::Event
- Reference
- Object
Overview
Wrapper for X11::C::X::MapEvent
structure.
Defined in:
x11/map_event.crConstructors
Instance Method Summary
- #display : Display
- #display=(display : Display)
- #event : X11::C::Window
- #event=(event : X11::C::Window)
- #override_redirect : Bool
- #override_redirect=(override_redirect : Bool)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #to_unsafe : X11::C::X::PMapEvent
- #to_x : X11::C::X::MapEvent
- #type : Int32
- #type=(type : Int32)
- #window : X11::C::Window
- #window=(window : X11::C::Window)