PropertyAnimationTarget

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

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(gobject.object.ObjectWrap object, string propertyName)

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

Members

Functions

getObject
gobject.object.ObjectWrap 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.

self
PropertyAnimationTarget self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()
newForPspec
adw.property_animation_target.PropertyAnimationTarget newForPspec(gobject.object.ObjectWrap object, gobject.param_spec.ParamSpec pspec)

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

Inherited Members

From AnimationTarget

getGType
GType getGType()
gType
GType gType [@property getter]
self
AnimationTarget self()

Returns this, for use in with statements.