Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PixbufErrorUnsupportedOperation :: PixbufError

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Don't know how to perform the given operation on the type of image at hand.

  2. data PixbufRotation

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    The possible rotations which can be passed to pixbufRotateSimple. To make them easier to use, their numerical values are the actual degrees.

  3. PixbufRotationClockwise :: PixbufRotation

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Rotate by 270 degrees.

  4. PixbufRotationCounterclockwise :: PixbufRotation

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Rotate by 90 degrees.

  5. PixbufRotationNone :: PixbufRotation

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    No rotation.

  6. PixbufRotationUpsidedown :: PixbufRotation

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Rotate by 180 degrees.

  7. catchPixbufError :: IO a -> (PixbufError -> GErrorMessage -> IO a) -> IO a

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Catch exceptions of type PixbufError. This is a specialized version of catchGErrorJustDomain.

  8. handlePixbufError :: (PixbufError -> GErrorMessage -> IO a) -> IO a -> IO a

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Handle exceptions of type PixbufError. This is a specialized version of handleGErrorJustDomain.

  9. AnotherPixbufFormatFlags :: Int -> PixbufFormatFlags

    gi-gdkpixbuf GI.GdkPixbuf.Flags

    Catch-all for unknown values

  10. data PixbufFormatFlags

    gi-gdkpixbuf GI.GdkPixbuf.Flags

    Flags which allow a module to specify further details about the supported operations. Since: 2.2

Page 204 of many | Previous | Next