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
data PixbufError Source
data PixbufAlphaMode Source
data InterpType Source
Constructors
InterpTypeNearest | |
InterpTypeTiles | |
InterpTypeBilinear | |
InterpTypeHyper | |
AnotherInterpType Int |
Instances