Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
The PangoAttrFloat
structure is used to represent attributes with
a float or double value.
Synopsis
- newtype AttrFloat = AttrFloat (ManagedPtr AttrFloat)
- newZeroAttrFloat :: MonadIO m => m AttrFloat
- getAttrFloatAttr :: MonadIO m => AttrFloat -> m Attribute
- getAttrFloatValue :: MonadIO m => AttrFloat -> m Double
- setAttrFloatValue :: MonadIO m => AttrFloat -> Double -> m ()
Exported types
Memory-managed wrapper type.
Instances
Eq AttrFloat Source # | |
BoxedPtr AttrFloat Source # | |
Defined in GI.Pango.Structs.AttrFloat boxedPtrCopy :: AttrFloat -> IO AttrFloat # boxedPtrFree :: AttrFloat -> IO () # | |
CallocPtr AttrFloat Source # | |
Defined in GI.Pango.Structs.AttrFloat boxedPtrCalloc :: IO (Ptr AttrFloat) # | |
ManagedPtrNewtype AttrFloat Source # | |
Defined in GI.Pango.Structs.AttrFloat | |
tag ~ 'AttrSet => Constructible AttrFloat tag Source # | |
Defined in GI.Pango.Structs.AttrFloat |
newZeroAttrFloat :: MonadIO m => m AttrFloat Source #
Construct a AttrFloat
struct initialized to zero.
Methods
Properties
attr
the common portion of the attribute
getAttrFloatAttr :: MonadIO m => AttrFloat -> m Attribute Source #
Get the value of the “attr
” field.
When overloading is enabled, this is equivalent to
get
attrFloat #attr
value
the value of the attribute
getAttrFloatValue :: MonadIO m => AttrFloat -> m Double Source #
Get the value of the “value
” field.
When overloading is enabled, this is equivalent to
get
attrFloat #value
setAttrFloatValue :: MonadIO m => AttrFloat -> Double -> m () Source #
Set the value of the “value
” field.
When overloading is enabled, this is equivalent to
set
attrFloat [ #value:=
value ]