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