Deleting items from Tix Tree
- From: anil.pundoor@xxxxxxxxx
- Date: 28 Feb 2006 05:58:48 -0800
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
.
- Prev by Date: Re: Firebird and Python
- Next by Date: comple list slices
- Previous by thread: ANN: Leo 4.4a7 released
- Next by thread: comple list slices
- Index(es):