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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 165 of many | Previous | Next