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.

  1. setTextAttributesFontScale :: MonadIO m => TextAttributes -> Double -> m ()

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #fontScale := value ]
    

  2. setTextAttributesIndent :: MonadIO m => TextAttributes -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #indent := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #invisible := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #justification := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #language := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #leftMargin := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #letterSpacing := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #noFallback := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #pixelsAboveLines := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TextAttributes

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

    set textAttributes [ #pixelsBelowLines := value ]
    

Page 592 of many | Previous | Next