Table of Contents

Class TimedAnimation

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

Methods

GetAlternate(IntPtr)

Calls native method adw_timed_animation_get_alternate.

public static extern bool GetAlternate(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetDuration(IntPtr)

Calls native method adw_timed_animation_get_duration.

public static extern uint GetDuration(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

uint

Transfer ownership: None Nullable: False

GetEasing(IntPtr)

Calls native method adw_timed_animation_get_easing.

public static extern Easing GetEasing(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

Easing

Transfer ownership: None Nullable: False

GetGType()

Calls native function adw_timed_animation_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetRepeatCount(IntPtr)

Calls native method adw_timed_animation_get_repeat_count.

public static extern uint GetRepeatCount(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

uint

Transfer ownership: None Nullable: False

GetReverse(IntPtr)

Calls native method adw_timed_animation_get_reverse.

public static extern bool GetReverse(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetValueFrom(IntPtr)

Calls native method adw_timed_animation_get_value_from.

public static extern double GetValueFrom(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

double

Transfer ownership: None Nullable: False

GetValueTo(IntPtr)

Calls native method adw_timed_animation_get_value_to.

public static extern double GetValueTo(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

double

Transfer ownership: None Nullable: False

New(IntPtr, double, double, uint, IntPtr)

Calls native constructor adw_timed_animation_new.

public static extern IntPtr New(IntPtr widget, double from, double to, uint duration, IntPtr target)

Parameters

widget IntPtr

Transfer ownership: None Nullable: False

from double

Transfer ownership: None Nullable: False

to double

Transfer ownership: None Nullable: False

duration uint

Transfer ownership: None Nullable: False

target IntPtr

Transfer ownership: Full Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

SetAlternate(IntPtr, bool)

Calls native method adw_timed_animation_set_alternate.

public static extern void SetAlternate(IntPtr self, bool alternate)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

alternate bool

Transfer ownership: None Nullable: False

SetDuration(IntPtr, uint)

Calls native method adw_timed_animation_set_duration.

public static extern void SetDuration(IntPtr self, uint duration)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

duration uint

Transfer ownership: None Nullable: False

SetEasing(IntPtr, Easing)

Calls native method adw_timed_animation_set_easing.

public static extern void SetEasing(IntPtr self, Easing easing)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

easing Easing

Transfer ownership: None Nullable: False

SetRepeatCount(IntPtr, uint)

Calls native method adw_timed_animation_set_repeat_count.

public static extern void SetRepeatCount(IntPtr self, uint repeatCount)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

repeatCount uint

Transfer ownership: None Nullable: False

SetReverse(IntPtr, bool)

Calls native method adw_timed_animation_set_reverse.

public static extern void SetReverse(IntPtr self, bool reverse)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

reverse bool

Transfer ownership: None Nullable: False

SetValueFrom(IntPtr, double)

Calls native method adw_timed_animation_set_value_from.

public static extern void SetValueFrom(IntPtr self, double value)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

value double

Transfer ownership: None Nullable: False

SetValueTo(IntPtr, double)

Calls native method adw_timed_animation_set_value_to.

public static extern void SetValueTo(IntPtr self, double value)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

value double

Transfer ownership: None Nullable: False