PropertyAnimationTarget.this

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

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

Parameters

object gobject.object.ObjectWrap

an object to be animated

propertyName string

the name of the property on object to animate

Return Value