class Pango::AttrLanguage
- Pango::AttrLanguage
- Reference
- Object
Overview
The Pango::AttrLanguage
structure is used to represent attributes that
are languages.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/attr_language.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::AttrLanguage, transfer : GICrystal::Transfer)
- .new(attr : Pango::Attribute | Nil = nil)
- .new(language : Pango::Language) : Pango::Attribute
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #attr : Pango::Attribute
- #attr=(value : Pango::Attribute)
- #to_unsafe
- #value : Pango::Language | Nil
- #value!
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.