Table of Contents

Class NoneAnimationTarget

Namespace
Adw
Assembly
Adw-1.dll
public sealed class NoneAnimationTarget : AnimationTarget, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
NoneAnimationTarget
Implements
Inherited Members

Constructors

NoneAnimationTarget(NoneAnimationTargetHandle)

protected NoneAnimationTarget(NoneAnimationTargetHandle handle)

Parameters

handle NoneAnimationTargetHandle

NoneAnimationTarget(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public NoneAnimationTarget(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

NoneAnimationTarget(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected NoneAnimationTarget(CreationData data)

Parameters

data CreationData

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

[Version("1.9")]
public static NoneAnimationTarget New()

Returns

NoneAnimationTarget

NewFromPointer(nint, bool)

Creates a new managed NoneAnimationTarget instance for a given pointer.

public static NoneAnimationTarget NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

NoneAnimationTarget

NewWithProperties(ConstructArgument[])

Creates a new NoneAnimationTarget and sets the properties specified by the construct arguments.

public static NoneAnimationTarget NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

NoneAnimationTarget