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

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

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

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

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

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

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

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

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

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

Page 591 of many | Previous | Next