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.
setTextAppearanceDrawBg :: MonadIO m => TextAppearance -> Word32 -> m ()gi-gtk3 GI.Gtk.Structs.TextAppearance Set the value of the “draw_bg” field. When overloading is enabled, this is equivalent to
set textAppearance [ #drawBg := value ]
setTextAppearanceInsideSelection :: MonadIO m => TextAppearance -> Word32 -> m ()gi-gtk3 GI.Gtk.Structs.TextAppearance 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-gtk3 GI.Gtk.Structs.TextAppearance 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-gtk3 GI.Gtk.Structs.TextAppearance 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-gtk3 GI.Gtk.Structs.TextAppearance 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-gtk3 GI.Gtk.Structs.TextAppearance 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-gtk3 GI.Gtk.Structs.TextAttributes 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-gtk3 GI.Gtk.Structs.TextAttributes 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-gtk3 GI.Gtk.Structs.TextAttributes 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-gtk3 GI.Gtk.Structs.TextAttributes Set the value of the “font” field. When overloading is enabled, this is equivalent to
set textAttributes [ #font := value ]