class Pango::AttrString
- Pango::AttrString
- Reference
- Object
Overview
The Pango::AttrString
structure is used to represent attributes with
a string value.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/attr_string.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::AttrString, transfer : GICrystal::Transfer)
- .new(attr : Pango::Attribute | Nil = nil)
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 : String | Nil
- #value!
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.