adw.callback_animation_target

Module for [CallbackAnimationTarget] class

Types 3

An adw.animation_target.AnimationTarget that calls a given callback during the animation.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
CallbackAnimationTarget self() nothrowReturns `this`, for use in `with` statements.
CallbackAnimationTargetGidBuilder builder() static nothrowGet builder for [adw.callback_animation_target.CallbackAnimationTarget] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(adw.types.AnimationTargetFunc callback)Creates a new [adw.animation_target.AnimationTarget] that calls the given callback during the animation.