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. setAttrSizeSize :: MonadIO m => AttrSize -> Int32 -> m ()

    gi-pango GI.Pango.Structs.AttrSize

    Set the value of the “size” field. When overloading is enabled, this is equivalent to

    set attrSize [ #size := value ]
    

  2. setAttrStringValue :: MonadIO m => AttrString -> CString -> m ()

    gi-pango GI.Pango.Structs.AttrString

    Set the value of the “value” field. When overloading is enabled, this is equivalent to

    set attrString [ #value := value ]
    

  3. setAttributeEndIndex :: MonadIO m => Attribute -> Word32 -> m ()

    gi-pango GI.Pango.Structs.Attribute

    Set the value of the “end_index” field. When overloading is enabled, this is equivalent to

    set attribute [ #endIndex := value ]
    

  4. setAttributeKlass :: MonadIO m => Attribute -> Ptr AttrClass -> m ()

    gi-pango GI.Pango.Structs.Attribute

    Set the value of the “klass” field. When overloading is enabled, this is equivalent to

    set attribute [ #klass := value ]
    

  5. setAttributeStartIndex :: MonadIO m => Attribute -> Word32 -> m ()

    gi-pango GI.Pango.Structs.Attribute

    Set the value of the “start_index” field. When overloading is enabled, this is equivalent to

    set attribute [ #startIndex := value ]
    

  6. setColorBlue :: MonadIO m => Color -> Word16 -> m ()

    gi-pango GI.Pango.Structs.Color

    Set the value of the “blue” field. When overloading is enabled, this is equivalent to

    set color [ #blue := value ]
    

  7. setColorGreen :: MonadIO m => Color -> Word16 -> m ()

    gi-pango GI.Pango.Structs.Color

    Set the value of the “green” field. When overloading is enabled, this is equivalent to

    set color [ #green := value ]
    

  8. setColorRed :: MonadIO m => Color -> Word16 -> m ()

    gi-pango GI.Pango.Structs.Color

    Set the value of the “red” field. When overloading is enabled, this is equivalent to

    set color [ #red := value ]
    

  9. setGlyphGeometryWidth :: MonadIO m => GlyphGeometry -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphGeometry

    Set the value of the “width” field. When overloading is enabled, this is equivalent to

    set glyphGeometry [ #width := value ]
    

  10. setGlyphGeometryXOffset :: MonadIO m => GlyphGeometry -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphGeometry

    Set the value of the “x_offset” field. When overloading is enabled, this is equivalent to

    set glyphGeometry [ #xOffset := value ]
    

Page 335 of many | Previous | Next