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]
object
gobject.object.ObjectWrap object [@property getter]

Get object property.

pspec
gobject.param_spec.ParamSpec pspec [@property getter]

Get pspec property.

Static functions

_getGType
GType _getGType()
builder
PropertyAnimationTargetGidBuilder builder()

Get builder for adw.property_animation_target.PropertyAnimationTarget

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.

builder
AnimationTargetGidBuilder builder()

Get builder for adw.animation_target.AnimationTarget