wxPython users,
2 quick questions on wxTreeCtrl:
1) How can I quickly get a node based on its label? e.g. GetItem("mynode")
2) How can I quickly expand the whole tree? I thought there would be an
ExpandAllItems().
If these are already implemented, it would make my life a lot easier. Thanks,
-Eugene