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. setTextAttributesIndent :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “indent” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #indent := value ]
    

  2. setTextAttributesInvisible :: MonadIO m => TextAttributes -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “invisible” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #invisible := value ]
    

  3. setTextAttributesJustification :: MonadIO m => TextAttributes -> Justification -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “justification” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #justification := value ]
    

  4. setTextAttributesLanguage :: MonadIO m => TextAttributes -> Ptr Language -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “language” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #language := value ]
    

  5. setTextAttributesLeftMargin :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “left_margin” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #leftMargin := value ]
    

  6. setTextAttributesLetterSpacing :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “letter_spacing” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #letterSpacing := value ]
    

  7. setTextAttributesNoFallback :: MonadIO m => TextAttributes -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “no_fallback” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #noFallback := value ]
    

  8. setTextAttributesPixelsAboveLines :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “pixels_above_lines” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #pixelsAboveLines := value ]
    

  9. setTextAttributesPixelsBelowLines :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “pixels_below_lines” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #pixelsBelowLines := value ]
    

  10. setTextAttributesPixelsInsideWrap :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “pixels_inside_wrap” field. When overloading is enabled, this is equivalent to

    set textAttributes [ #pixelsInsideWrap := value ]
    

Page 166 of many | Previous | Next