Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setAttrClassType :: MonadIO m => AttrClass -> AttrType -> m ()gi-pango GI.Pango.Structs.AttrClass Set the value of the “type” field. When overloading is enabled, this is equivalent to
set attrClass [ #type := value ]
setAttrFloatValue :: MonadIO m => AttrFloat -> Double -> m ()gi-pango GI.Pango.Structs.AttrFloat Set the value of the “value” field. When overloading is enabled, this is equivalent to
set attrFloat [ #value := value ]
setAttrFontDescDesc :: MonadIO m => AttrFontDesc -> Ptr FontDescription -> m ()gi-pango GI.Pango.Structs.AttrFontDesc Set the value of the “desc” field. When overloading is enabled, this is equivalent to
set attrFontDesc [ #desc := value ]
setAttrFontFeaturesFeatures :: MonadIO m => AttrFontFeatures -> CString -> m ()gi-pango GI.Pango.Structs.AttrFontFeatures Set the value of the “features” field. When overloading is enabled, this is equivalent to
set attrFontFeatures [ #features := value ]
setAttrIntValue :: MonadIO m => AttrInt -> Int32 -> m ()gi-pango GI.Pango.Structs.AttrInt Set the value of the “value” field. When overloading is enabled, this is equivalent to
set attrInt [ #value := value ]
setAttrLanguageValue :: MonadIO m => AttrLanguage -> Ptr Language -> m ()gi-pango GI.Pango.Structs.AttrLanguage Set the value of the “value” field. When overloading is enabled, this is equivalent to
set attrLanguage [ #value := value ]
setAttrShapeCopyFunc :: MonadIO m => AttrShape -> FunPtr C_AttrDataCopyFunc -> m ()gi-pango GI.Pango.Structs.AttrShape Set the value of the “copy_func” field. When overloading is enabled, this is equivalent to
set attrShape [ #copyFunc := value ]
setAttrShapeData :: MonadIO m => AttrShape -> Ptr () -> m ()gi-pango GI.Pango.Structs.AttrShape Set the value of the “data” field. When overloading is enabled, this is equivalent to
set attrShape [ #data := value ]
setAttrShapeDestroyFunc :: MonadIO m => AttrShape -> FunPtr C_DestroyNotify -> m ()gi-pango GI.Pango.Structs.AttrShape Set the value of the “destroy_func” field. When overloading is enabled, this is equivalent to
set attrShape [ #destroyFunc := value ]
setAttrSizeAbsolute :: MonadIO m => AttrSize -> Word32 -> m ()gi-pango GI.Pango.Structs.AttrSize Set the value of the “absolute” field. When overloading is enabled, this is equivalent to
set attrSize [ #absolute := value ]