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.
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.
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.
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.
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.
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.
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.
getPixbufBitsPerSample :: (MonadIO m, IsPixbuf o) => o -> m Int32gi-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
getPixbufColorspace :: (MonadIO m, IsPixbuf o) => o -> m Colorspacegi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf Get the value of the “colorspace” property. When overloading is enabled, this is equivalent to
get pixbuf #colorspace
getPixbufHasAlpha :: (MonadIO m, IsPixbuf o) => o -> m Boolgi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf Get the value of the “has-alpha” property. When overloading is enabled, this is equivalent to
get pixbuf #hasAlpha
getPixbufHeight :: (MonadIO m, IsPixbuf o) => o -> m Int32gi-gdkpixbuf GI.GdkPixbuf.Objects.Pixbuf Get the value of the “height” property. When overloading is enabled, this is equivalent to
get pixbuf #height