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.