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) #

def self.new(data : LibPango::AttrClass, transfer : GICrystal::Transfer) #

def self.new(type : Pango::AttrType? = nil, copy : Pango::Copy? = nil, destroy : Pango::Destroy? = nil, equal : Pango::Equal? = nil) #

Instance Method Detail

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

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


def copy : Pango::Copy #

def copy=(value : Pango::Copy) #

def destroy : Pango::Destroy #

def destroy=(value : Pango::Destroy) #

def equal : Pango::Equal #

def equal=(value : Pango::Equal) #

def to_unsafe #

def type : Pango::AttrType #

def type=(value : Pango::AttrType) #