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.
setTextTagWeightSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “weight-set” property. When overloading is enabled, this is equivalent to
set textTag [ #weightSet := value ]
setTextTagWord :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “word” property. When overloading is enabled, this is equivalent to
set textTag [ #word := value ]
setTextTagWordSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “word-set” property. When overloading is enabled, this is equivalent to
set textTag [ #wordSet := value ]
setTextTagWrapMode :: (MonadIO m, IsTextTag o) => o -> WrapMode -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “wrap-mode” property. When overloading is enabled, this is equivalent to
set textTag [ #wrapMode := value ]
setTextTagWrapModeSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “wrap-mode-set” property. When overloading is enabled, this is equivalent to
set textTag [ #wrapModeSet := value ]
setTextViewAcceptsTab :: (MonadIO m, IsTextView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextView Set the value of the “accepts-tab” property. When overloading is enabled, this is equivalent to
set textView [ #acceptsTab := value ]
setTextViewBottomMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.TextView Set the value of the “bottom-margin” property. When overloading is enabled, this is equivalent to
set textView [ #bottomMargin := value ]
setTextViewBuffer :: (MonadIO m, IsTextView o, IsTextBuffer a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.TextView Set the value of the “buffer” property. When overloading is enabled, this is equivalent to
set textView [ #buffer := value ]
setTextViewCursorVisible :: (MonadIO m, IsTextView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextView Set the value of the “cursor-visible” property. When overloading is enabled, this is equivalent to
set textView [ #cursorVisible := value ]
setTextViewEditable :: (MonadIO m, IsTextView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextView Set the value of the “editable” property. When overloading is enabled, this is equivalent to
set textView [ #editable := value ]