Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Simon Schampijer 020917ac02 EventIcon: all the events go directly to the event box
Position the event box window above the windows of its child, that way
all events inside the event box will go to the event box. If the window is
below, events in windows of child widgets will first go to that widget,
and then to its parents [1].

[1] http://developer.gnome.org/gtk3/3.4/GtkEventBox.html#gtk-event-box-set-above-child

Signed-off-by: Simon Schampijer <simon@laptop.org>
Reviewed-by: Benjamin Berg <benzea@sugarlabs.org>
Acked-by: Manuel Quiñones <manuq@laptop.org>
2012-06-21 14:28:01 +02:00
bin
examples
m4
po Commit from Sugar Labs: Translation System by user cjl.: 25 of 40 messages translated (0 fuzzy). 2012-06-21 03:31:10 +02:00
src EventIcon: all the events go directly to the event box 2012-06-21 14:28:01 +02:00
tests
.gitignore
AUTHORS
autogen.sh
configure.ac Release 0.96.4 2012-06-06 17:10:18 +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.