class X11::GraphicsExposeEvent
- X11::GraphicsExposeEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::GraphicsExposeEvent
structure.
Defined in:
x11/graphics_expose_event.crConstructors
Instance Method Summary
- #count : Int32
- #count=(count : Int32)
- #display : Display
- #display=(display : Display)
- #drawable : X11::C::Drawable
- #drawable=(drawable : X11::C::Drawable)
- #height : Int32
- #height=(height : Int32)
- #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::PGraphicsExposeEvent
- #to_x : X11::C::X::GraphicsExposeEvent
- #type : Int32
- #type=(type : Int32)
- #width : Int32
- #width=(width : Int32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)