Replace single item in tkinter ListBox

Zhang Le sigu4wa02 at sneakemail.com
Sat Dec 18 19:05:33 EST 2004


Hello,
Is there a quick way to replace the content of a single item in
tkinter's listbox? Currently my solution is to first delete the item,
then insert a new item at the same position. I think there may be
better way.

Zhang Le




More information about the Python-list mailing list