abstract class X11::WindowEvent

Direct Known Subclasses

Defined in:

x11/window_event.cr

Instance Method Summary

Instance methods inherited from class X11::Event

serial : UInt64 serial, serial=(serial : UInt64) serial=, type : Int32 type, type=(type : Int32) type=

Constructor methods inherited from class X11::Event

from_xevent(xevent : X11::C::X::Event) : Event from_xevent

Instance Method Detail

abstract def display : Display #

[View source]
abstract def display=(display : Display) #

[View source]
abstract def window : X11::C::Window #

[View source]
abstract def window=(window : X11::C::Window) #

[View source]