| 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)
- newZeroTextAppearance :: MonadIO m => m 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) |
Instances
| ((~) * info (ResolveTextAppearanceMethod t TextAppearance), MethodInfo * info TextAppearance p) => IsLabel t (TextAppearance -> p) Source | |
| ((~) * info (ResolveTextAppearanceMethod t TextAppearance), MethodInfo * info TextAppearance p) => IsLabelProxy t (TextAppearance -> p) Source | |
newZeroTextAppearance :: MonadIO m => m TextAppearance Source
Construct a TextAppearance struct initialized to zero.
Properties
BgColor
textAppearanceReadBgColor :: TextAppearance -> IO Color Source
DrawBg
FgColor
textAppearanceReadFgColor :: TextAppearance -> IO Color Source