Hi I just started learning wxPython
I wanted to know how I could do this in wxPython
self.listbox.delete(0, END)
for item in self.results:
self.listbox.insert(END, item)
I don't know but I think the insert and delete things here are specific of
Tkinter which I have been studying for the last little while
Anyhelp would be cool