Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. type PixbufLoaderAreaPreparedCallback = IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when the pixbuf loader has allocated the pixbuf in the desired size. After this signal is emitted, applications can call pixbufLoaderGetPixbuf to fetch the partially-loaded pixbuf.

  2. type PixbufLoaderAreaUpdatedCallback = Int32 -> Int32 -> Int32 -> Int32 -> IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when a significant area of the image being loaded has been updated. Normally it means that a complete scanline has been read in, but it could be a different area as well. Applications can use this signal to know when to repaint areas of an image that is being loaded.

  3. type PixbufLoaderClosedCallback = IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when pixbufLoaderClose is called. It can be used by different parts of an application to receive notification when an image loader is closed by the code that drives it.

  4. type PixbufLoaderSizePreparedCallback = Int32 -> Int32 -> IO ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufLoader

    This signal is emitted when the pixbuf loader has been fed the initial amount of data that is required to figure out the size of the image that it will create. Applications can call pixbufLoaderSetSize in response to this signal to set the desired size to which the image should be scaled.

  5. module GI.GdkPixbuf.Objects.PixbufNonAnim

    No description available in the introspection data.

  6. newtype PixbufNonAnim

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufNonAnim

    Memory-managed wrapper type.

  7. PixbufNonAnim :: ManagedPtr PixbufNonAnim -> PixbufNonAnim

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufNonAnim

    No documentation available.

  8. module GI.GdkPixbuf.Objects.PixbufSimpleAnim

    An opaque struct representing a simple animation.

  9. newtype PixbufSimpleAnim

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufSimpleAnim

    Memory-managed wrapper type.

  10. PixbufSimpleAnim :: ManagedPtr PixbufSimpleAnim -> PixbufSimpleAnim

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufSimpleAnim

    No documentation available.

Page 371 of many | Previous | Next