Is there a way to get all items for a tree?
something like: for n in self.tree.Items() ........
Thanx
Holmis
Is there a way to get all items for a tree?
something like: for n in self.tree.Items() ........
Thanx
Holmis
Stefan Holmgren wrote:
Is there a way to get all items for a tree?
something like: for n in self.tree.Items() ........
Not built-in but it wouldn't be too hard to create an iterator that does a recursive descent of the tree nodes.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!