Class

AdwPropertyAnimationTarget

Description [src]

final class Adw.PropertyAnimationTarget : Adw.AnimationTarget {
  /* No available fields */
}

An AdwAnimationTarget changing the value of a property of a GObject instance.

Available since:1.2

Ancestors

Constructors

adw_property_animation_target_new

Creates a new AdwPropertyAnimationTarget for the property_name property on object.

Available since: 1.2

adw_property_animation_target_new_for_pspec

Creates a new AdwPropertyAnimationTarget for the pspec property on object.

Available since: 1.2

Instance methods

adw_property_animation_target_get_object

Gets the object animated by self.

Available since: 1.2

adw_property_animation_target_get_pspec

Gets the GParamSpec of the property animated by self.

Available since: 1.2

Properties

Adw.PropertyAnimationTarget:object

The object whose property will be animated.

Available since: 1.2

Adw.PropertyAnimationTarget:pspec

The GParamSpec of the property to be animated.

Available since: 1.2

Class structure

struct AdwPropertyAnimationTargetClass {
  /* no available fields */
}