Clutter.PropertyTransition¶
- Subclasses:
Methods¶
- Inherited:
Clutter.Transition (8), Clutter.Timeline (39), GObject.Object (37), Clutter.Scriptable (4)
- Structs:
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The name of the property to animate |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Clutter.PropertyTransition(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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
orNone
) – a property of animatable, orNone
- Returns:
the newly created
Clutter.PropertyTransition
. UseGObject.Object.unref
() when done- Return type:
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:
Retrieves the value of the
Clutter.PropertyTransition
:property-name
property.New in version 1.10.
- set_property_name(property_name)¶
-
Sets the
Clutter.PropertyTransition
:property-name
property of self.New in version 1.10.