class X11::SelectionEvent

Overview

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

Defined in:

x11/selection_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::PSelectionEvent) #

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

[View source]
def self.new #

[View source]

Instance Method Detail

def display : Display #

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

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

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

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

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

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

[View source]
def selection=(selection : 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 target : X11::C::Atom #

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

[View source]
def time : X11::C::Time #

[View source]
def time=(time : X11::C::Time) #

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

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

[View source]
def type : Int32 #

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

[View source]