[wxPython-users] EditableListBox buttons

Robin Dunn robin at alldunn.com
Wed Mar 5 15:23:27 PST 2008


L. Fanchi wrote:
> Thank you, that worked perfectly!
> 
> I can't seem to find a page which explains how to catch interactions 
> with the EditableListBox.
> E.g. when the user presses the delete button, I'd like it to delete the 
> entry in the list I made it load.
> Also the sorting isn't applied to the loaded list.. ListCtrl commands, 
> like EVT_LIST_ITEM_SELECTED, don't seem to work..
> 
> Is there a page where I can find what commands to use with EditableListBox?

You can get access to the internal listctrl using the GetListCtrl 
method.  Using that you should be able to do anything you can do with 
any other listctrl.

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





More information about the wxpython-users mailing list