|
Revision 716, 203 bytes
(checked in by paul, 4 years ago)
|
Fixed dListBox, dDropdownList, dComboBox, and dRadioGroup to not
invert the keys dict every time we query the key value. Used
Vladimir's patch for guidance, but implemented it using a local
Python dict, mostly because wx.RadioGroup? doesn't have a
Get/SetClientData() method. I think the difference is moot.
|
| Line | |
|---|
| 1 |
The core authors of Dabo are: |
|---|
| 2 |
|
|---|
| 3 |
Ed Leafe |
|---|
| 4 |
Paul McNett |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
The following people have submitted patches to Dabo: |
|---|
| 8 |
|
|---|
| 9 |
John Fabiani |
|---|
| 10 |
Vladimir Sekissov |
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
Thanks everyone for using, improving, and enjoying Dabo!! |
|---|