Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
Commit message (Collapse)AuthorAgeFilesLines
* Added default to label arg in palette constructorEben Eliason2008-04-031-1/+1
| | | | | | This leaves the API backward compatible but prevents the need for new code to pass any unused arguments to the constructor, instead depending on the property API.
* Make room for the accelerator labels.Tomeu Vizoso2008-04-021-2/+2
|
* New palette APIEben Eliason2008-04-011-58/+166
| | | | | | This patch adds support for primary-text, secondary-text, and icons to palettes. It also transitions a few other items to a property API.
* Add support for accelerators to buttons.Tomeu Vizoso2008-04-011-10/+21
|
* Emit palette popup only after the window is mapped. This fixes ticket #3486.Benjamin Berg2008-02-251-6/+8
|
*