Hi I just started learning wxPython
I wanted to know how I could do this in wxPython
self.listbox.de lete(0, END)
for item in self.results:
self.listbox.in sert(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
I wanted to know how I could do this in wxPython
self.listbox.de lete(0, END)
for item in self.results:
self.listbox.in sert(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
Comment