PropertyAnimationTarget

class PropertyAnimationTarget(pointer: <Error class: unknown class><<Error class: unknown class>>) : AnimationTarget

An class@AnimationTarget changing the value of a property of a class@GObject.Object instance.

Since

1.2

Constructors

Link copied to clipboard
constructor(object: <Error class: unknown class>, propertyName: String)

Creates a new AdwPropertyAnimationTarget for the @property_name property on

constructor(object: <Error class: unknown class>, pspec: <Error class: unknown class>)

Creates a new AdwPropertyAnimationTarget for the @pspec property on

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adwAnimationTargetPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val adwPropertyAnimationTargetPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val object: <Error class: unknown class>

The object whose property will be animated.

Link copied to clipboard
val pspec: <Error class: unknown class>

The GParamSpec of the property to be animated.

Functions

Link copied to clipboard
fun getObject(): <Error class: unknown class>

Gets the object animated by @self.

Link copied to clipboard
fun getPspec(): <Error class: unknown class>

Gets the GParamSpec of the property animated by @self.