Table of Contents

Class CallbackAnimationTarget

Namespace
Adw
Assembly
Adw-1.dll
public sealed class CallbackAnimationTarget : AnimationTarget, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
CallbackAnimationTarget
Implements
Inherited Members

Constructors

CallbackAnimationTarget(bool, params ConstructArgument[])

protected CallbackAnimationTarget(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

CallbackAnimationTarget(IntPtr, bool)

protected CallbackAnimationTarget(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(AnimationTargetFunc)

public static CallbackAnimationTarget New(AnimationTargetFunc callback)

Parameters

callback AnimationTargetFunc

Returns

CallbackAnimationTarget