class Pango::AttrClass

Overview

The Pango::AttrClass structure stores the type and operations for a particular type of attribute.

The functions in this structure should not be called directly. Instead, one should use the wrapper functions provided for Pango::Attribute.

Defined in:

lib/gi-crystal/src/auto/pango-1.0/attr_class.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibPango::AttrClass, transfer : GICrystal::Transfer) #

[View source]
def self.new(type : Pango::AttrType | Nil = nil, copy : Pango::Copy | Nil = nil, destroy : Pango::Destroy | Nil = nil, equal : Pango::Equal | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def copy : Pango::Copy #

[View source]
def copy=(value : Pango::Copy) #

[View source]
def destroy : Pango::Destroy #

[View source]
def destroy=(value : Pango::Destroy) #

[View source]
def equal : Pango::Equal #

[View source]
def equal=(value : Pango::Equal) #

[View source]
def to_unsafe #

[View source]
def type : Pango::AttrType #

[View source]
def type=(value : Pango::AttrType) #

[View source]