Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Ignacio Rodríguez b6d449681d Example fixes
- replaced Gtk.HBox/Gtk.VBox by GtkBox as seen in [1] and [2]
GtkHbox and GtkVBox are deprecated
- use delete-event instead of destroy event in GtkWindow
- replaced icon_size for pixel_size where used
it's also deprecated as seen in commit [3]
- use sugar_theme in all examples; set it manually not by just
importing common module
- fixed GtkBox.pack_start arguments
- flake/pep8 fixes

[1] https://developer.gnome.org/gtk3/stable/GtkHBox.html
[2] https://developer.gnome.org/gtk3/stable/GtkVBox.html
[3] 5802d67ee1
2017-01-14 13:02:50 -03:00
bin sugar-activity: typo 2016-10-08 11:06:57 +11:00
doc Release Sugar 0.110.0 stable 2016-10-07 21:49:00 +11:00
examples Example fixes 2017-01-14 13:02:50 -03:00
m4
po Disabled aym language due to missing po files. 2016-12-03 03:19:32 -03:00
src Write documentation for sugar3.graphics.ColorToolButton 2017-01-09 04:02:19 -03:00
tests
.gitignore
AUTHORS
autogen.sh
configure.ac Release Sugar 0.110.0 stable 2016-10-07 21:49:00 +11:00
COPYING
MAINTAINERS
make-doc.sh
Makefile.am Add missing translations 2014-03-30 11:58:36 +01: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.