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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #background := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #backgroundFullHeight := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #backgroundFullHeightSet := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #backgroundRgba := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #backgroundSet := value ]
    

  6. setTextTagDirection :: (MonadIO m, IsTextTag o) => o -> TextDirection -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #direction := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #editable := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #editableSet := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #fallback := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #fallbackSet := value ]
    

Page 687 of many | Previous | Next