| 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.Pango.Structs.AttrColor
Contents
Description
The AttrColor structure is used to represent attributes that
are colors.
- newtype AttrColor = AttrColor (ManagedPtr AttrColor)
- newZeroAttrColor :: MonadIO m => m AttrColor
- noAttrColor :: Maybe AttrColor
- getAttrColorAttr :: MonadIO m => AttrColor -> m Attribute
- getAttrColorColor :: MonadIO m => AttrColor -> m Color
Exported types
Constructors
| AttrColor (ManagedPtr AttrColor) |
Instances
| WrappedPtr AttrColor Source # | |
| (~) AttrOpTag tag AttrSet => Constructible AttrColor tag Source # | |
newZeroAttrColor :: MonadIO m => m AttrColor Source #
Construct a AttrColor struct initialized to zero.