Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Daniel Drake 2f7f95f9af Pass all parameters to Box.pack_start() and ...pack_end()
With PyGTK, several Box.pack_{start,end}() parameters had defaults [1,2].
With GTK3+pygi all values must be passed [3,4].

[1] http://developer.gnome.org/pygtk/stable/class-gtkbox.html#method-gtkbox--pack-start
[2] http://developer.gnome.org/pygtk/stable/class-gtkbox.html#method-gtkbox--pack-end
[3] http://developer.gnome.org/gtk/stable/GtkBox.html#gtk-box-pack-start
[4] http://developer.gnome.org/gtk/stable/GtkBox.html#gtk-box-pack-end

[assembled from several patches; replaced description]
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
2011-12-13 17:19:52 -03:00
examples Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00
m4
po Rename the module to sugar3 2011-11-14 18:17:18 +01:00
src Pass all parameters to Box.pack_start() and ...pack_end() 2011-12-13 17:19:52 -03:00
tests Rename imports from sugar to sugar3 2011-11-14 19:17:32 +01:00
.gitignore
AUTHORS
autogen.sh autogen.sh: pass --enable-maintainer-mode to configure 2010-03-10 09:51:56 +01:00
configure.ac Rename the module to sugar3 2011-11-14 18:17:18 +01:00
COPYING
Makefile.am
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.