Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Sam Parkinson cbf325d994 Extend API for activities notifications
Add a new method, called notify_user, to the base
Activity class.

This method can be used by activity developers to
send notifications to the new notification front
end. ie.,

    self.notify_user('New High Score!',
                     'Your score is over 8999')
2014-03-28 12:20:51 -04:00
bin Make webactivity compatible with webkit1 2013-12-13 10:56:21 -03:00
examples pep8'd examples 2013-06-11 15:27:59 +02:00
m4
po Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). 2013-09-19 01:13:28 +02:00
src Extend API for activities notifications 2014-03-28 12:20:51 -04:00
tests Implement mime.get_mime_parents using python 2014-03-08 15:34:23 +01:00
.gitignore Update .gitignore 2013-09-11 15:29:22 +02:00
AUTHORS
autogen.sh
configure.ac Release 0.101.3 2014-03-08 15:03:09 +01:00
COPYING
MAINTAINERS
Makefile.am Implement only the test target, not check 2013-06-27 16:00:39 +02:00
README

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.