Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pattern PIXBUF_MINOR :: Int32

    gi-gdkpixbuf GI.GdkPixbuf.Constants

    Minor version of gdk-pixbuf library, that is the "8" in "0.8.2" for example.

  2. pattern PIXBUF_VERSION :: Text

    gi-gdkpixbuf GI.GdkPixbuf.Constants

    Contains the full version of GdkPixbuf as a string. This is the version being compiled against; contrast with gdk_pixbuf_version.

  3. data PixbufAlphaMode

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Deprecated: (Since version 2.42)There is no user of GdkPixbufAlphaMode in GdkPixbuf,and the Xlib utility functions have been split out to their ownlibrary, gdk-pixbuf-xlib

  4. PixbufAlphaModeBilevel :: PixbufAlphaMode

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    A bilevel clipping mask (black and white) will be created and used to draw the image. Pixels below 0.5 opacity will be considered fully transparent, and all others will be considered fully opaque.

  5. PixbufAlphaModeFull :: PixbufAlphaMode

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    For now falls back to GDK_PIXBUF_ALPHA_BILEVEL. In the future it will do full alpha compositing.

  6. data PixbufError

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    An error code in the GDK_PIXBUF_ERROR domain. Many gdk-pixbuf operations can cause errors in this domain, or in the G_FILE_ERROR domain.

  7. PixbufErrorBadOption :: PixbufError

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    A bad option was passed to a pixbuf save module.

  8. PixbufErrorCorruptImage :: PixbufError

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    An image file was broken somehow.

  9. PixbufErrorFailed :: PixbufError

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Generic failure code, something went wrong.

  10. PixbufErrorIncompleteAnimation :: PixbufError

    gi-gdkpixbuf GI.GdkPixbuf.Enums

    Only part of the animation was loaded.

Page 365 of many | Previous | Next