Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/tray.py
Commit message (Collapse)AuthorAgeFilesLines
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-0/+4
|
* Fix up/down arrows in VTrays (#8617)Eben Eliason2008-10-181-8/+6
|
* Add drag-active property to tray control (#8604)Eben Eliason2008-10-181-6/+73
| | | | | | | | | | | 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.
* #8485 Detach from palette when a widget is destroyedTomeu Vizoso2008-09-181-0/+6
|
* #7015 Add proper alignment support to the "tray" controlTomeu Vizoso2008-07-041-6/+48
|
* Add scroll_to_item functions to the trays to show a button that may be hidden.Benjamin Berg2008-06-201-0/+25
|
* Finish to hook up the new palette stuff.Marco Pesenti Gritti2008-05-231-14/+25
|
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+308