class X11::ErrorEvent

Overview

Wrapper for X11::C::X::ErrorEvent structure.

Defined in:

x11/error_event.cr

Constructors

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

Constructor Detail

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

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

[View source]
def self.new #

[View source]

Instance Method Detail

def error_code : UInt8 #

[View source]
def error_code=(error_code : UInt8) #

[View source]
def minor_code : UInt8 #

[View source]
def minor_code=(minor_code : UInt8) #

[View source]
def request_code : UInt8 #

[View source]
def request_code=(request_code : UInt8) #

[View source]
def resource_id : X11::C::XID #

[View source]
def resource_id=(resource_id : X11::C::XID) #

[View source]
def serial : UInt64 #

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

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

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

[View source]
def type : Int32 #

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

[View source]