struct X11::WcTextItem

Overview

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

Defined in:

x11/wc_text_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text_item : X11::C::X::PwcTextItem) #

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

[View source]
def self.new #

[View source]

Instance Method Detail

def chars : X11::C::X::PWCharT #

[View source]
def chars=(chars : X11::C::X::PWCharT) #

[View source]
def delta : Int32 #

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

[View source]
def font_set : X11::C::X::FontSet #

[View source]
def font_set=(font_set : X11::C::X::FontSet) #

[View source]
def nchars : Int32 #

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

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

[View source]