Sugar Learning Environment, Activity Toolkit, GTK 3.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Simon Schampijer 9e4a3688fe Pass all parameters to GtkTextBuffer.get_text()
With PyGTK the include_hidden_chars parameter to GtkTextBuffer.get_text() had
a default value [1]. With GTK3+pygi the value must be explicitly passed [2].

[1] http://developer.gnome.org/pygtk/stable/class-gtktextbuffer.html#method-gtktextbuffer--get-text
[2] http://developer.gnome.org/gtk3/3.0/GtkTextBuffer.html#gtk-text-buffer-get-text

[changed description]
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
13 years ago
examples Rename imports from sugar to sugar3 13 years ago
m4 Add simple toolbars example 15 years ago
po Rename the module to sugar3 13 years ago
src Pass all parameters to GtkTextBuffer.get_text() 13 years ago
tests Rename imports from sugar to sugar3 13 years ago
.gitignore Add 'compile' to gitignore. 16 years ago
AUTHORS
COPYING Make it distcheck. Fix license. 17 years ago
Makefile.am Use a src directory consistently with base and shell. 16 years ago
README Release 0.79.0 17 years ago
autogen.sh autogen.sh: pass --enable-maintainer-mode to configure 14 years ago
configure.ac Rename the module to sugar3 13 years ago

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.