| 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.GdkPixbuf.Enums
Contents
Description
- catchPixbufError :: IO a -> (PixbufError -> GErrorMessage -> IO a) -> IO a
- handlePixbufError :: (PixbufError -> GErrorMessage -> IO a) -> IO a -> IO a
- data PixbufRotation
- data PixbufError
- data PixbufAlphaMode
- data InterpType
- data Colorspace
Documentation
catchPixbufError :: IO a -> (PixbufError -> GErrorMessage -> IO a) -> IO a Source #
handlePixbufError :: (PixbufError -> GErrorMessage -> IO a) -> IO a -> IO a Source #
Exported types
data PixbufRotation Source #
Constructors
| PixbufRotationNone | |
| PixbufRotationCounterclockwise | |
| PixbufRotationUpsidedown | |
| PixbufRotationClockwise | |
| AnotherPixbufRotation Int |
Instances
data PixbufError Source #
Constructors
Instances
| Enum PixbufError Source # | |
| Eq PixbufError Source # | |
| Ord PixbufError Source # | |
| Show PixbufError Source # | |
| GErrorClass PixbufError Source # | |
| BoxedEnum PixbufError Source # | |
data PixbufAlphaMode Source #
Instances
data InterpType Source #
Constructors
| InterpTypeNearest | |
| InterpTypeTiles | |
| InterpTypeBilinear | |
| InterpTypeHyper | |
| AnotherInterpType Int |
Instances
| Enum InterpType Source # | |
| Eq InterpType Source # | |
| Ord InterpType Source # | |
| Show InterpType Source # | |
| BoxedEnum InterpType Source # | |
data Colorspace Source #
Constructors
| ColorspaceRgb | |
| AnotherColorspace Int |
Instances
| Enum Colorspace Source # | |
| Eq Colorspace Source # | |
| Ord Colorspace Source # | |
| Show Colorspace Source # | |
| BoxedEnum Colorspace Source # | |