Table of Contents

Class Animation

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class Animation
Inheritance
Animation
Inherited Members

Methods

GetFollowEnableAnimationsSetting(IntPtr)

Calls native method adw_animation_get_follow_enable_animations_setting. Version: 1.3

[Version("1.3")]
public static extern bool GetFollowEnableAnimationsSetting(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetGType()

Calls native function adw_animation_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetState(IntPtr)

Calls native method adw_animation_get_state.

public static extern AnimationState GetState(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

AnimationState

Transfer ownership: None Nullable: False

GetTarget(IntPtr)

Calls native method adw_animation_get_target.

public static extern IntPtr GetTarget(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

GetValue(IntPtr)

Calls native method adw_animation_get_value.

public static extern double GetValue(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

double

Transfer ownership: None Nullable: False

GetWidget(IntPtr)

Calls native method adw_animation_get_widget.

public static extern IntPtr GetWidget(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

Pause(IntPtr)

Calls native method adw_animation_pause.

public static extern void Pause(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Play(IntPtr)

Calls native method adw_animation_play.

public static extern void Play(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Reset(IntPtr)

Calls native method adw_animation_reset.

public static extern void Reset(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Resume(IntPtr)

Calls native method adw_animation_resume.

public static extern void Resume(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

SetFollowEnableAnimationsSetting(IntPtr, bool)

Calls native method adw_animation_set_follow_enable_animations_setting. Version: 1.3

[Version("1.3")]
public static extern void SetFollowEnableAnimationsSetting(IntPtr self, bool setting)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

setting bool

Transfer ownership: None Nullable: False

SetTarget(IntPtr, IntPtr)

Calls native method adw_animation_set_target.

public static extern void SetTarget(IntPtr self, IntPtr target)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

target IntPtr

Transfer ownership: None Nullable: False

Skip(IntPtr)

Calls native method adw_animation_skip.

public static extern void Skip(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False