Sam Parkinson d37da7ee88 Add do_stop method for animations
This adds a explicit method for cleaning up the animation.  Previously,
animations expected the next_frame to be called where frame=end.

That guarantee was never provided by the api.  This resulted in
animations sometimes being in odd states.  For example, Browse activity
had an animation that overrode the Gtk "draw" signal.  If the signal
was not unbound, the animated object was mistakenly rendered after
the completion of the animation, obstructing the user's view.

This api is explicit and allows cleaner code in the animation
implementation.  The clean up code goes in do_stop rather than in a
conditional of next_frame.
2016-07-26 21:06:44 +10:00
2016-07-15 12:49:20 +10:00
2009-07-10 04:07:10 +00:00
2016-07-15 12:55:37 +10:00
2016-07-26 21:06:44 +10:00
2007-09-25 15:49:52 +02:00
2014-03-30 11:54:48 +01:00
2016-07-10 20:58:36 +10:00
2008-02-06 16:43:10 +01:00
2011-12-13 17:37:50 -03:00
2015-12-30 00:11:40 -05:00
2014-03-30 11:58:36 +01:00
2014-05-11 22:21:12 +02:00

Sugar is the core of the OLPC Human Interface. The toolkit provides
a set of widgets to build HIG compliant applications and interfaces
to interact with system services like presence and the datastore.
S
Description
Sugar Learning Environment, Activity Toolkit, GTK 3.
Readme 15 MiB
Languages
Gettext Catalog 62.6%
Python 24.5%
C 12.3%
Makefile 0.3%
M4 0.3%