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. setTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #strikethroughRgba := value ]
    

  2. setTextTagStrikethroughRgbaSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #strikethroughRgbaSet := value ]
    

  3. setTextTagStrikethroughSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #strikethroughSet := value ]
    

  4. setTextTagStyle :: (MonadIO m, IsTextTag o) => o -> Style -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #style := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #styleSet := value ]
    

  6. setTextTagTabs :: (MonadIO m, IsTextTag o) => o -> TabArray -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #tabs := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #tabsSet := value ]
    

  8. setTextTagUnderline :: (MonadIO m, IsTextTag o) => o -> Underline -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #underline := value ]
    

  9. setTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #underlineRgba := value ]
    

  10. setTextTagUnderlineRgbaSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textTag [ #underlineRgbaSet := value ]
    

Page 173 of many | Previous | Next