hi iam using Tix tree widget in my python script. how can i delete the entire tree. i tried the following
self.msgTree = Tix.Tree(self.msgWin)
self.msgTree.hlist.delete()
but it thorws the following error
self.msgTree.hlist.delete()
File "/usr/local/lib/python2.2/lib-tk/Tix.py", line 320, in
__getattr__
raise AttributeError, name
AttributeError: delete
can some one help me
thanks
Anil
--
http://mail.python.org/mailman/listinfo/python-list
