adw.property_animation_target
Module for [PropertyAnimationTarget] class
Types 3
An adw.animation_target.AnimationTarget changing the value of a property of a gobject.object.ObjectWrap instance.
Methods
PropertyAnimationTargetGidBuilder builder() static nothrowGet builder for [adw.property_animation_target.PropertyAnimationTarget] Returns: New builder objectgobject.object.ObjectWrap object() @property nothrowGet `object` property. Returns: The object whose property will be animated.gobject.param_spec.ParamSpec pspec() @property nothrowGet `pspec` property. Returns: The [gobject.param_spec.ParamSpec] of the property to be animated.adw.property_animation_target.PropertyAnimationTarget newForPspec(gobject.object.ObjectWrap object, gobject.param_spec.ParamSpec pspec) static nothrowCreates a new [adw.property_animation_target.PropertyAnimationTarget] for the pspec property on object.gobject.param_spec.ParamSpec getPspec() nothrowGets the [gobject.param_spec.ParamSpec] of the property animated by self. Returns: the animated property's [gobject.param_spec.ParamSpec]Constructors
this(gobject.object.ObjectWrap object, string propertyName)Creates a new [adw.property_animation_target.PropertyAnimationTarget] for the property_name property on object.classPropertyAnimationTargetGidBuilderImpl(T) : adw.animation_target.AnimationTargetGidBuilderImpl!T
Fluent builder implementation template for adw.property_animation_target.PropertyAnimationTarget
Methods
T object(gobject.object.ObjectWrap propval) nothrowSet `object` property. Params: propval = The object whose property will be animated.T pspec(gobject.param_spec.ParamSpec propval) nothrowSet `pspec` property. Params: propval = The [gobject.param_spec.ParamSpec] of the property to be animated. Returns: Builder instance for fluent chaining