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. constructPixbufHeight :: (IsPixbuf o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Construct a GValueConstruct with valid value for the “height” property. This is rarely needed directly, but it is used by new.

  2. constructPixbufNChannels :: (IsPixbuf o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Construct a GValueConstruct with valid value for the “n-channels” property. This is rarely needed directly, but it is used by new.

  3. constructPixbufPixelBytes :: (IsPixbuf o, MonadIO m) => Bytes -> m (GValueConstruct o)

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Construct a GValueConstruct with valid value for the “pixel-bytes” property. This is rarely needed directly, but it is used by new.

  4. constructPixbufPixels :: (IsPixbuf o, MonadIO m) => Ptr () -> m (GValueConstruct o)

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Construct a GValueConstruct with valid value for the “pixels” property. This is rarely needed directly, but it is used by new.

  5. constructPixbufRowstride :: (IsPixbuf o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Construct a GValueConstruct with valid value for the “rowstride” property. This is rarely needed directly, but it is used by new.

  6. constructPixbufWidth :: (IsPixbuf o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Construct a GValueConstruct with valid value for the “width” property. This is rarely needed directly, but it is used by new.

  7. getPixbufBitsPerSample :: (MonadIO m, IsPixbuf o) => o -> m Int32

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Get the value of the “bits-per-sample” property. When overloading is enabled, this is equivalent to

    get pixbuf #bitsPerSample
    

  8. getPixbufColorspace :: (MonadIO m, IsPixbuf o) => o -> m Colorspace

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Get the value of the “colorspace” property. When overloading is enabled, this is equivalent to

    get pixbuf #colorspace
    

  9. getPixbufHasAlpha :: (MonadIO m, IsPixbuf o) => o -> m Bool

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Get the value of the “has-alpha” property. When overloading is enabled, this is equivalent to

    get pixbuf #hasAlpha
    

  10. getPixbufHeight :: (MonadIO m, IsPixbuf o) => o -> m Int32

    gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf

    Get the value of the “height” property. When overloading is enabled, this is equivalent to

    get pixbuf #height
    

Page 206 of many | Previous | Next