Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setTextTagSizeSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #sizeSet := value ]
    

  2. setTextTagStretch :: (MonadIO m, IsTextTag o) => o -> Stretch -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #stretch := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #stretchSet := value ]
    

  4. setTextTagStrikethrough :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #strikethrough := value ]
    

  5. setTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #strikethroughRgba := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #strikethroughRgbaSet := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #strikethroughSet := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #style := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #styleSet := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #tabs := value ]
    

Page 693 of many | Previous | Next