How to insert into listbox using wxPython

Andrew na
Fri Jan 9 11:42:10 EST 2004


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





More information about the Python-list mailing list