Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype PixbufNonAnim = PixbufNonAnim (ManagedPtr PixbufNonAnim)
- class (GObject o, IsDescendantOf PixbufNonAnim o) => IsPixbufNonAnim o
- toPixbufNonAnim :: (MonadIO m, IsPixbufNonAnim o) => o -> m PixbufNonAnim
- pixbufNonAnimNew :: (HasCallStack, MonadIO m, IsPixbuf a) => a -> m PixbufNonAnim
Exported types
newtype PixbufNonAnim Source #
Memory-managed wrapper type.
PixbufNonAnim (ManagedPtr PixbufNonAnim) |
Instances
Eq PixbufNonAnim Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufNonAnim (==) :: PixbufNonAnim -> PixbufNonAnim -> Bool # (/=) :: PixbufNonAnim -> PixbufNonAnim -> Bool # | |
GObject PixbufNonAnim Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufNonAnim | |
ManagedPtrNewtype PixbufNonAnim Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufNonAnim toManagedPtr :: PixbufNonAnim -> ManagedPtr PixbufNonAnim | |
TypedObject PixbufNonAnim Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufNonAnim | |
HasParentTypes PixbufNonAnim Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufNonAnim | |
IsGValue (Maybe PixbufNonAnim) Source # | Convert |
Defined in GI.GdkPixbuf.Objects.PixbufNonAnim gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe PixbufNonAnim -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufNonAnim) | |
type ParentTypes PixbufNonAnim Source # | |
Defined in GI.GdkPixbuf.Objects.PixbufNonAnim |
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
(GObject o, IsDescendantOf PixbufNonAnim o) => IsPixbufNonAnim o Source # | |
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
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, isStaticImage, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getHeight, getIter, getProperty, getQdata, getStaticImage, getWidth.
Setters
new
pixbufNonAnimNew :: (HasCallStack, MonadIO m, IsPixbuf a) => a -> m PixbufNonAnim Source #
No description available in the introspection data.