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