Clutter.PropertyTransition

g Clutter.PropertyTransition Clutter.PropertyTransition Clutter.Scriptable Clutter.Scriptable Clutter.Timeline Clutter.Timeline Clutter.Scriptable->Clutter.Timeline Clutter.Transition Clutter.Transition Clutter.Timeline->Clutter.Transition Clutter.Transition->Clutter.PropertyTransition GObject.GInterface GObject.GInterface GObject.GInterface->Clutter.Scriptable GObject.Object GObject.Object GObject.Object->Clutter.Timeline

Subclasses:

Clutter.KeyframeTransition

Methods

Inherited:

Clutter.Transition (8), Clutter.Timeline (39), GObject.Object (37), Clutter.Scriptable (4)

Structs:

GObject.ObjectClass (5)

class

new (property_name)

get_property_name ()

set_property_name (property_name)

Virtual Methods

Inherited:

Clutter.Transition (3), Clutter.Timeline (6), GObject.Object (7), Clutter.Scriptable (4)

Properties

Inherited:

Clutter.Transition (3), Clutter.Timeline (7)

Name

Type

Flags

Short Description

property-name

str

r/w

The name of the property to animate

Signals

Inherited:

Clutter.Timeline (6), GObject.Object (1)

Fields

Inherited:

Clutter.Timeline (6), GObject.Object (1)

Name

Type

Access

Description

parent_instance

Clutter.Transition

r

Class Details

class Clutter.PropertyTransition(**kwargs)
Bases:

Clutter.Transition

Abstract:

No

Structure:

Clutter.PropertyTransitionClass

The Clutter.PropertyTransition structure contains private data and should only be accessed using the provided API.

New in version 1.10.

classmethod new(property_name)
Parameters:

property_name (str or None) – a property of animatable, or None

Returns:

the newly created Clutter.PropertyTransition. Use GObject.Object.unref() when done

Return type:

Clutter.Transition

Creates a new Clutter.PropertyTransition.

New in version 1.10.

get_property_name()
Returns:

the name of the property being animated, or None if none is set. The returned string is owned by the self and it should not be freed.

Return type:

str

Retrieves the value of the Clutter.PropertyTransition :property-name property.

New in version 1.10.

set_property_name(property_name)
Parameters:

property_name (str or None) – a property name

Sets the Clutter.PropertyTransition :property-name property of self.

New in version 1.10.

Property Details

Clutter.PropertyTransition.props.property_name
Name:

property-name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The name of the property of a Clutter.Animatable to animate.

New in version 1.10.