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 |
GI.Adw.Objects.CallbackAnimationTarget
Contents
Description
An [classanimationTarget
] that calls a given callback during the
animation.
Synopsis
- newtype CallbackAnimationTarget = CallbackAnimationTarget (ManagedPtr CallbackAnimationTarget)
- class (GObject o, IsDescendantOf CallbackAnimationTarget o) => IsCallbackAnimationTarget o
- toCallbackAnimationTarget :: (MonadIO m, IsCallbackAnimationTarget o) => o -> m CallbackAnimationTarget
Exported types
newtype CallbackAnimationTarget Source #
Memory-managed wrapper type.
Constructors
CallbackAnimationTarget (ManagedPtr CallbackAnimationTarget) |
Instances
class (GObject o, IsDescendantOf CallbackAnimationTarget o) => IsCallbackAnimationTarget o Source #
Type class for types which can be safely cast to CallbackAnimationTarget
, for instance with toCallbackAnimationTarget
.
Instances
(GObject o, IsDescendantOf CallbackAnimationTarget o) => IsCallbackAnimationTarget o Source # | |
Defined in GI.Adw.Objects.CallbackAnimationTarget |
toCallbackAnimationTarget :: (MonadIO m, IsCallbackAnimationTarget o) => o -> m CallbackAnimationTarget Source #
Cast to CallbackAnimationTarget
, 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, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getProperty, getQdata.