CallbackAnimationTarget

An class@AnimationTarget that calls a given callback during the animation.

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(adw.types.AnimationTargetFunc callback)

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

Members

Functions

self
CallbackAnimationTarget self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Inherited Members

From AnimationTarget

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
AnimationTarget self()

Returns this, for use in with statements.