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