Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/combobox.py
Commit message (Expand)AuthorAgeFilesLines
* Return None when no element is active and use theme: for marking icons from t...Tomeu Vizoso2007-07-031-7/+22
* ComboBox: allow for values other than int and for using absolute paths in ico...Tomeu Vizoso2007-06-251-6/+16
* Change from GPL to LGPL.Tomeu Vizoso2007-06-131-10/+11
* Set icon size on the combobox.Tomeu Vizoso2007-05-221-0/+3
* Don't set_active(0) on realize, as it would trigger 'changed'.Tomeu2007-05-161-5/+0
* Use the new DataStore and remove the old one.Tomeu Vizoso2007-05-101-2/+0
* Initial support for icon-only combo boxes.Tomeu Vizoso2007-05-051-8/+16
* Add ComboBox control.Tomeu Vizoso2007-04-291-0/+76