wxEditableListBox

Is there any current or anticipated development being done on this control?
Based on what's currently visible in the gizmos.py file, it's current API
doesn't make it very usable (although, being new to wxPython, maybe I'm
missing something?):
  * No event for selection
  * No event for selection edit ("OnSelEdited" for example)
  * No API for getting/setting current selection
  * Current API differs from wxListBox thus it's not a plugin replacement

It also has some strange interaction with wxLayout:
  * control buttons are not redrawn properly on some resize events.
  * Large changes in size cause a horizontal scrollbar to appear, small ones
    do not. The control can be very "crunched" in small increments and the
    scrollbar still does not appear. If the scrollbar is visible, _any_
    increase in size will cause it to disappear. (This behavior is seen in
    conjunction with a splitter window and using layout.)

Using the same code as in the wxPython Demo, I'm unable to get this control
to respond as it does in the demo: it does not react to mouse clicks
anywhere. If some kind of event handlers are required, they are not visible
in the demo code and with no doc, I'm not sure how to get this control to do
it's tricks: any help appreciated!

David LeBlanc
Seattle, WA USA