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.
setTextAttributesRightMargin :: MonadIO m => TextAttributes -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “right_margin” field. When overloading is enabled, this is equivalent to
set textAttributes [ #rightMargin := value ]
setTextAttributesTabs :: MonadIO m => TextAttributes -> Ptr TabArray -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tabs” field. When overloading is enabled, this is equivalent to
set textAttributes [ #tabs := value ]
setTextAttributesWrapMode :: MonadIO m => TextAttributes -> WrapMode -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “wrap_mode” field. When overloading is enabled, this is equivalent to
set textAttributes [ #wrapMode := value ]
setTextBufferText :: (MonadIO m, IsTextBuffer o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “text” property. When overloading is enabled, this is equivalent to
set textBuffer [ #text := value ]
setTextTagAccumulativeMargin :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accumulative-margin” property. When overloading is enabled, this is equivalent to
set textTag [ #accumulativeMargin := value ]
setTextTagBackground :: (MonadIO m, IsTextTag o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background” property. When overloading is enabled, this is equivalent to
set textTag [ #background := value ]
setTextTagBackgroundFullHeight :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background-full-height” property. When overloading is enabled, this is equivalent to
set textTag [ #backgroundFullHeight := value ]
setTextTagBackgroundFullHeightSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background-full-height-set” property. When overloading is enabled, this is equivalent to
set textTag [ #backgroundFullHeightSet := value ]
setTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background-gdk” property. When overloading is enabled, this is equivalent to
set textTag [ #backgroundGdk := value ]
setTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background-rgba” property. When overloading is enabled, this is equivalent to
set textTag [ #backgroundRgba := value ]