gi-adwaita-1.0.5: Adwaita bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Adw.Objects.CallbackAnimationTarget

Description

An [classanimationTarget] that calls a given callback during the animation.

Synopsis

Exported types

newtype CallbackAnimationTarget Source #

Memory-managed wrapper type.

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

Instances details
(GObject o, IsDescendantOf CallbackAnimationTarget o) => IsCallbackAnimationTarget o Source # 
Instance details

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