Interface Clutter.Animatable
ClutterAnimatable is an opaque structure whose members cannot be directly accessed
Methods / Constructors
|
Calls the animate_property() virtual function for animatable.
Calls the animate_property() virtual function for animatable. The initial_value and final_value GValues must contain the same type; value must have been initialized to the same type of initial_value and final_value. All implementation of the ClutterAnimatable interface must implement this function.
- Parameters:
-
Clutter.Animation animation
Required (not null)
-
-
String property_name
Required (not null)
-
-
GObject.Value initial_value
Required (not null)
-
-
GObject.Value final_value
Required (not null)
-
-
Number progress
Required (not null)
-
-
GObject.Value value
Required (not null)
-
- Returns:
-
Boolean
be applied to the ClutterAnimatable, and FALSE otherwise
|
Clutter.Animatable
|