Emmanuele Bassi 999359d64c Add ActorBox animation methods
ClutterActorBox should have an interpolate() method that allows to
compute the intermediate values between two states, given a progress
value, e.g.:

        clutter_actor_box_interpolate (start, end, alpha, &result);

Another utility method, useful for layout managers, is a modifier
that clamps the members of the actor box to the nearest integer
value.
2009-12-11 23:48:58 +00:00
..
2009-12-11 23:48:58 +00:00
2009-12-01 10:16:25 +00:00
2009-12-09 18:10:52 +00:00