PropertyAnimationTarget

An class@AnimationTarget changing the value of a property of a gobject.object.ObjectG instance.

Constructors

this
this(gobject.object.ObjectG object, string propertyName)

Creates a new adw.property_animation_target.PropertyAnimationTarget for the property_name property on object.

Members

Functions

getObject
gobject.object.ObjectG getObject()

Gets the object animated by self.

getPspec
gobject.param_spec.ParamSpec getPspec()

Gets the gobject.param_spec.ParamSpec of the property animated by self.

Static functions

newForPspec
adw.property_animation_target.PropertyAnimationTarget newForPspec(gobject.object.ObjectG object, gobject.param_spec.ParamSpec pspec)

Creates a new adw.property_animation_target.PropertyAnimationTarget for the pspec property on object.