[wxPython] wxEditableListbox.GetSelection()

Hi,
can anybody tell me how I can get the current selection from
an wxEditableListbox?

Thanks,
Marcus

can anybody tell me how I can get the current selection from
an wxEditableListbox?

You can use GetListCtrl() and then use wxListCtrl methods on what it
returns.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!