class X11::ClientMessageEvent

Overview

Wrapper from X11::C::X::ClientMessageEvent structure.

Defined in:

x11/client_message_event.cr

Constructors

Instance Method Summary

Instance methods inherited from class X11::WindowEvent

display : Display display, display=(display : Display) display=, window : X11::C::Window window, window=(window : X11::C::Window) window=

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

Constructor Detail

def self.new(event : X11::C::X::PClientMessageEvent) #

[View source]
def self.new(event : X11::C::X::ClientMessageEvent) #

[View source]
def self.new #

[View source]

Instance Method Detail

def char_data : StaticArray(UInt8, 20) #

[View source]
def char_data=(char_data : StaticArray(UInt8, 20)) #

[View source]
def display : Display #

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

[View source]
def format : Int32 #

[View source]
def format=(format : Int32) #

[View source]
def long_data : StaticArray(Int64, 5) #

[View source]
def long_data=(long_data : StaticArray(Int64, 5)) #

[View source]
def message_type : X11::C::Atom #

[View source]
def message_type=(message_type : X11::C::Atom) #

[View source]
def send_event : Bool #

[View source]
def send_event=(send_event : Bool) #

[View source]
def serial : UInt64 #

[View source]
def serial=(serial : UInt64) #

[View source]
def short_data : StaticArray(Int16, 10) #

[View source]
def short_data=(short_data : StaticArray(Int16, 10)) #

[View source]
def to_unsafe : X11::C::X::PClientMessageEvent #

[View source]
def to_x : X11::C::X::ClientMessageEvent #

[View source]
def type : Int32 #

[View source]
def type=(type : Int32) #

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

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

[View source]