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.
setTextAppearanceInsideSelection :: MonadIO m => TextAppearance -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “inside_selection” field. When overloading is enabled, this is equivalent to
set textAppearance [ #insideSelection := value ]
setTextAppearanceIsText :: MonadIO m => TextAppearance -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “is_text” field. When overloading is enabled, this is equivalent to
set textAppearance [ #isText := value ]
setTextAppearanceRise :: MonadIO m => TextAppearance -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “rise” field. When overloading is enabled, this is equivalent to
set textAppearance [ #rise := value ]
setTextAppearanceStrikethrough :: MonadIO m => TextAppearance -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “strikethrough” field. When overloading is enabled, this is equivalent to
set textAppearance [ #strikethrough := value ]
setTextAppearanceUnderline :: MonadIO m => TextAppearance -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “underline” field. When overloading is enabled, this is equivalent to
set textAppearance [ #underline := value ]
setTextAttributesBgFullHeight :: MonadIO m => TextAttributes -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “bg_full_height” field. When overloading is enabled, this is equivalent to
set textAttributes [ #bgFullHeight := value ]
setTextAttributesDirection :: MonadIO m => TextAttributes -> TextDirection -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “direction” field. When overloading is enabled, this is equivalent to
set textAttributes [ #direction := value ]
setTextAttributesEditable :: MonadIO m => TextAttributes -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “editable” field. When overloading is enabled, this is equivalent to
set textAttributes [ #editable := value ]
setTextAttributesFont :: MonadIO m => TextAttributes -> Ptr FontDescription -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “font” field. When overloading is enabled, this is equivalent to
set textAttributes [ #font := value ]
setTextAttributesFontScale :: MonadIO m => TextAttributes -> Double -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “font_scale” field. When overloading is enabled, this is equivalent to
set textAttributes [ #fontScale := value ]