Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setTextAttributesRightMargin :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textAttributes [ #rightMargin := value ]
    

  2. setTextAttributesTabs :: MonadIO m => TextAttributes -> Ptr TabArray -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textAttributes [ #tabs := value ]
    

  3. setTextAttributesWrapMode :: MonadIO m => TextAttributes -> WrapMode -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textAttributes [ #wrapMode := value ]
    

  4. setTextBufferText :: (MonadIO m, IsTextBuffer o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textBuffer [ #text := value ]
    

  5. setTextTagAccumulativeMargin :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “accumulative-margin” property. When overloading is enabled, this is equivalent to

    set textTag [ #accumulativeMargin := value ]
    

  6. setTextTagBackground :: (MonadIO m, IsTextTag o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #background := value ]
    

  7. setTextTagBackgroundFullHeight :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “background-full-height” property. When overloading is enabled, this is equivalent to

    set textTag [ #backgroundFullHeight := value ]
    

  8. setTextTagBackgroundFullHeightSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “background-full-height-set” property. When overloading is enabled, this is equivalent to

    set textTag [ #backgroundFullHeightSet := value ]
    

  9. setTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “background-gdk” property. When overloading is enabled, this is equivalent to

    set textTag [ #backgroundGdk := value ]
    

  10. setTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “background-rgba” property. When overloading is enabled, this is equivalent to

    set textTag [ #backgroundRgba := value ]
    

Page 167 of many | Previous | Next