sugar-toolkit-gtk3/src/sugar3/graphics
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
..
__init__.py
alert.py
animator.py
colorbutton.py Replacing set_data/get_data with a python attribute 2012-06-06 14:56:44 +02:00
combobox.py
icon.py EventIcon: all the events go directly to the event box 2012-06-21 14:28:01 +02:00
iconentry.py
Makefile.am
menuitem.py Replacing set_data/get_data with a python attribute 2012-06-06 14:56:44 +02:00
notebook.py
objectchooser.py Object Chooser: update for GDK3 get_xid() 2012-05-22 13:00:24 +02:00
palette.py
palettegroup.py
palettewindow.py Make sure we have a widget before attaching an invoker, SL #3460 2012-06-06 14:57:52 +02:00
panel.py
radiopalette.py
radiotoolbutton.py
style.py
toggletoolbutton.py
toolbarbox.py
toolbox.py
toolbutton.py Replacing set_data/get_data with a python attribute 2012-06-06 14:56:44 +02:00
toolcombobox.py
tray.py
window.py
xocolor.py