class X11::ColormapEvent
- X11::ColormapEvent
- X11::WindowEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::ColormapEvent
structure.
Defined in:
x11/colormap_event.crConstructors
Instance Method Summary
- #colormap : X11::C::Colormap
- #colormap=(colormap : X11::C::Colormap)
- #display : Display
- #display=(display : Display)
- #is_new : Bool
- #is_new=(is_new : Bool)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #state : Int32
- #state=(state : Int32)
- #to_unsafe : X11::C::X::PColormapEvent
- #to_x : X11::C::X::ColormapEvent
- #type : Int32
- #type=(type : Int32)
- #window : X11::C::Window
- #window=(window : X11::C::Window)