class X11::NoExposeEvent
- X11::NoExposeEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::NoExposeEvent
structure.
Defined in:
x11/no_expose_event.crConstructors
Instance Method Summary
- #display : Display
- #display=(display : Display)
- #drawable : X11::C::Drawable
- #drawable=(drawable : X11::C::Drawable)
- #major_code : Int32
- #major_code=(major_code : Int32)
- #minor_code : Int32
- #minor_code=(minor_code : Int32)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #to_unsafe : X11::C::X::PNoExposeEvent
- #to_x : X11::C::X::NoExposeEvent
- #type : Int32
- #type=(type : Int32)