|
Size: 1007
Comment: missing edit-log entry for this revision
|
← Revision 4 as of 2008-03-11 10:50:36 ⇥
Size: 1015
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| [http://lists.wxwindows.org/archive/wxPython-users/msg07549.html Here] is a an introduction to how mvctree is designed and how to use it. | [[http://lists.wxwindows.org/archive/wxPython-users/msg07549.html|Here]] is a an introduction to how mvctree is designed and how to use it. |
| Line 16: | Line 16: |
| * [http://aspn.activestate.com/ASPN/Mail/Message/975030 Inability to delete nodes?] | * [[http://aspn.activestate.com/ASPN/Mail/Message/975030|Inability to delete nodes?]] |
| Line 19: | Line 19: |
| * [http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/951389 expand/collapse events, which node?] * [http://aspn.activestate.com/ASPN/Mail/Message/1311230 node is reused instead of reinitialized] |
* [[http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/951389|expand/collapse events, which node?]] * [[http://aspn.activestate.com/ASPN/Mail/Message/1311230|node is reused instead of reinitialized]] |
wxMVCTree - a custom tree control included with wxPython but no longer being actively developed.
"wxMVCTree is a custom control which handles hierarchical data. It is constructed in model-view-controller architecture, so the display of that data, and the content of the data can be changed greatly without affecting the other parts."
To test it, run the wxMVCTree.py file in the wxPython/demo folder.
The source for wxMVCTree is the mvctree.py file in the wxPython/lib folder.
Here is a an introduction to how mvctree is designed and how to use it.
Possible bugs:
- Refreshing problems
Patches:
