Le 13/12/2011 16:14, Arun p das a écrit :
I am new to pygtk. currently i am doing one application using pygtk and glade.
my Question is How to clear/delete all values from the gtk.Liststore.
I am using the liststore as model for combobox.

http://pygtk.org/docs/pygtk/class-gtkliststore.html will help you.

liststore.clear() is the function you're looking for.
--
Yann
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to