gi-gdkpixbuf-2.0.27: GdkPixbuf bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GdkPixbuf.Objects.PixbufNonAnim

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf PixbufNonAnim o) => IsPixbufNonAnim o Source #

Type class for types which can be safely cast to PixbufNonAnim, for instance with toPixbufNonAnim.

Instances

Instances details
(GObject o, IsDescendantOf PixbufNonAnim o) => IsPixbufNonAnim o Source # 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

toPixbufNonAnim :: (MonadIO m, IsPixbufNonAnim o) => o -> m PixbufNonAnim Source #

Cast to PixbufNonAnim, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

pixbufNonAnimNew :: (HasCallStack, MonadIO m, IsPixbuf a) => a -> m PixbufNonAnim Source #

No description available in the introspection data.