| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Structs.TextAppearance
Description
- newtype TextAppearance = TextAppearance (ForeignPtr TextAppearance)
- noTextAppearance :: Maybe TextAppearance
- textAppearanceReadBgColor :: TextAppearance -> IO Color
- textAppearanceReadDrawBg :: TextAppearance -> IO Word32
- textAppearanceReadFgColor :: TextAppearance -> IO Color
- textAppearanceReadInsideSelection :: TextAppearance -> IO Word32
- textAppearanceReadIsText :: TextAppearance -> IO Word32
- textAppearanceReadRise :: TextAppearance -> IO Int32
- textAppearanceReadStrikethrough :: TextAppearance -> IO Word32
- textAppearanceReadUnderline :: TextAppearance -> IO Word32
Exported types
newtype TextAppearance Source
Constructors
| TextAppearance (ForeignPtr TextAppearance) |