class Pango::AttrClass
- Pango::AttrClass
- Reference
- Object
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.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::AttrClass, transfer : GICrystal::Transfer)
- .new(type : Pango::AttrType | Nil = nil, copy : Pango::Copy | Nil = nil, destroy : Pango::Destroy | Nil = nil, equal : Pango::Equal | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #copy : Pango::Copy
- #copy=(value : Pango::Copy)
- #destroy : Pango::Destroy
- #destroy=(value : Pango::Destroy)
- #equal : Pango::Equal
- #equal=(value : Pango::Equal)
- #to_unsafe
- #type : Pango::AttrType
- #type=(value : Pango::AttrType)
Constructor Detail
def self.new(type : Pango::AttrType | Nil = nil, copy : Pango::Copy | Nil = nil, destroy : Pango::Destroy | Nil = nil, equal : Pango::Equal | Nil = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.