struct X11::TextItem

Defined in:

x11/text_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(chars : String, delta : Int32, font : X11::C::Font) #

[View source]
def self.new(text_item : X11::C::X::TextItem) #

[View source]
def self.new(text_item : X11::C::X::PTextItem) #

[View source]
def self.new #

[View source]

Instance Method Detail

def chars : String #

[View source]
def chars=(chars : String) #

[View source]
def delta : Int32 #

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

[View source]
def font : X11::C::Font #

[View source]
def font=(font : X11::C::Font) #

[View source]
def nchars : Int32 #

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

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

[View source]