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
handleNoneAnimationTargetHandle
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
constructArgumentsConstructArgument[]
NoneAnimationTarget(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected NoneAnimationTarget(CreationData data)
Parameters
dataCreationData
Methods
GetGType()
public static Type GetGType()
Returns
New()
[Version("1.9")]
public static NoneAnimationTarget New()
Returns
NewFromPointer(nint, bool)
Creates a new managed NoneAnimationTarget instance for a given pointer.
public static NoneAnimationTarget NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new NoneAnimationTarget and sets the properties specified by the construct arguments.
public static NoneAnimationTarget NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.