Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Manuel Quiñones e4e1881662 CanvasIcon: use set_state_flags and unset_state_flags instead of deprecated set_state - SL #3989
set_state is deprecated [1] and using flags improves the code and
makes it less error prone, because there is no need to handle the
prelight state in a variable _in_prelight_state .

[1] http://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-set-state

Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
2012-10-15 17:25:18 -03:00
bin
examples
m4
po Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). 2012-10-13 21:31:53 +02:00
src CanvasIcon: use set_state_flags and unset_state_flags instead of deprecated set_state - SL #3989 2012-10-15 17:25:18 -03:00
tests Update toolbar buttons testcase with API change for the icon name 2012-10-10 00:20:31 -03:00
.gitignore
AUTHORS
autogen.sh
configure.ac Release 0.97.6 2012-10-10 23:03:47 +02:00
COPYING
MAINTAINERS
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.