struct X11::CharStruct

Overview

Wraper for X11::C::X::CharStruct structure.

Defined in:

x11/char_struct.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(char_struct : X11::C::X::PCharStruct) #

[View source]
def self.new(char_struct : X11::C::X::CharStruct) #

[View source]
def self.new #

[View source]

Instance Method Detail

def ascent=(ascent : Int16) #

[View source]
def attributes=(attributes : UInt16) #

[View source]
def bearing : Int16 #

[View source]
def bearing=(bearing : Int16) #

[View source]
def descent=(descent : Int16) #

[View source]
def rbearing : Int16 #

[View source]
def rbearing=(rbearing : Int16) #

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

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

[View source]
def width=(width : Int16) #

[View source]