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.
setTextTagIndentSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “indent-set” property. When overloading is enabled, this is equivalent to
set textTag [ #indentSet := value ]
setTextTagInsertHyphens :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “insert-hyphens” property. When overloading is enabled, this is equivalent to
set textTag [ #insertHyphens := value ]
setTextTagInsertHyphensSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “insert-hyphens-set” property. When overloading is enabled, this is equivalent to
set textTag [ #insertHyphensSet := value ]
setTextTagInvisible :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “invisible” property. When overloading is enabled, this is equivalent to
set textTag [ #invisible := value ]
setTextTagInvisibleSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “invisible-set” property. When overloading is enabled, this is equivalent to
set textTag [ #invisibleSet := value ]
setTextTagJustification :: (MonadIO m, IsTextTag o) => o -> Justification -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “justification” property. When overloading is enabled, this is equivalent to
set textTag [ #justification := value ]
setTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “justification-set” property. When overloading is enabled, this is equivalent to
set textTag [ #justificationSet := value ]
setTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “language” property. When overloading is enabled, this is equivalent to
set textTag [ #language := value ]
setTextTagLanguageSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “language-set” property. When overloading is enabled, this is equivalent to
set textTag [ #languageSet := value ]
setTextTagLeftMargin :: (MonadIO m, IsTextTag o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “left-margin” property. When overloading is enabled, this is equivalent to
set textTag [ #leftMargin := value ]