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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 334 of many | Previous | Next