Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterAnimatable |
Interface : | Animatable |
Implementations: | Champlain.CustomMarker, Champlain.Label, Champlain.Layer, Champlain.License, Champlain.Marker, Champlain.MarkerLayer, Champlain.PathLayer, Champlain.Point, Champlain.Scale, Champlain.Tile, Champlain.View, Clutter.Actor, Clutter.Box, Clutter.CairoTexture, Clutter.Clone, Clutter.Group, Clutter.Rectangle, Clutter.Stage, Clutter.Text, Clutter.Texture |
None |
Method / Constructor | Defined By | |
---|---|---|
animate_property
(Animation animation, String property_name, Value initial_value, Value final_value, gdouble progress, Value value)
:
gboolean
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. be applied to the ClutterAnimatable, and FALSE otherwise
|
Clutter.Animatable | |
find_property
(String property_name)
:
GObject.ParamSpec
Finds the GParamSpec for property_name
or NULL
Finds the GParamSpec for property_name
or NULL
|
Clutter.Animatable | |
Retrieves the current state of property_name and sets value with it
Retrieves the current state of property_name and sets value with it
|
Clutter.Animatable | |
Sets the current state of property_name to value
Sets the current state of property_name to value
|
Clutter.Animatable |
None |