What is it:
Python 2.2 property classes and
wxPython property-editing GUI controls
Source distribution is available here:
http://members.rogers.com/mcfletch/programming/
I added in a basic implementation of editable collections (which lets you add/delete/edit/reorder a collection of objects presented in a multiple-object property sheet). Still has a number of external dependencies (wxpycolors, objectdnd, objectlist), thinking making those optional or included (as appropriate) will be the next step in the public evolution.
Oh, the icons are _not_ the same as those for the editable list control, was using those until I realised they were part of an LGPL package, which license would infect this (BSD-style) package if I were to include them.
By the way, a mechanism on the wxGrid that lets you easily get the current selection would be very helpful. I wound up writing my own code to trap events and update a list... not very elegant.
Enjoy all,
Mike
···
_______________________________________
Mike C. Fletcher
http://members.rogers.com/mcfletch/