Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Eben Eliason 5cc6b27ae7 Add drag-active property to tray control (#8604)
The drag-active property can be set to provide a highlight
when the tray control is accepting target of an ongoing drag.

We can't use the drag_highlight method because we desire to
adjust the background of the widget, rather than drawing on
top of it.  Overriding these methods would work in most cases,
but in cases where GTK+ calls drag_unhighlight itself things
could break, so we use a property instead.
2008-10-18 17:08:13 -04:00
m4 Enable maximum warnings. 2008-08-12 01:53:28 +02:00
po Remove BOM from ja.po 2008-10-10 12:45:59 +05:30
src Add drag-active property to tray control (#8604) 2008-10-18 17:08:13 -04:00
tests Fix the testcase for ticket 2855. 2008-01-27 20:07:00 +01:00
.gitignore Add 'compile' to gitignore. 2008-06-25 15:29:23 +02:00
AUTHORS Add AUTHORS file 2007-09-25 15:49:52 +02:00
autogen.sh Call intltoolize before autoreconf 2008-04-24 13:52:09 +02:00
configure.ac Remove the clipboard service wrapper 2008-09-16 15:34:26 +02:00
COPYING Make it distcheck. Fix license. 2008-02-06 16:43:10 +01:00
Makefile.am Use a src directory consistently with base and shell. 2008-04-29 14:58:34 +02:00
README Release 0.79.0 2008-02-06 17:03:51 +01:00

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.