Add CustomTreeCtrl from Andrea Gavana
authorRobin Dunn <robin@alldunn.com>
Mon, 9 Oct 2006 02:23:32 +0000 (02:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 Oct 2006 02:23:32 +0000 (02:23 +0000)
commitc8f129d0675af4f473f92b90aeb187c90e4053c9
tree566666ecc31f913b107c996e46cec9eabf5c5a7c
parent3abcf424a3e250f5537f9f076d3fb86a925e2547
Add CustomTreeCtrl from Andrea Gavana

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
wxPython/demo/CustomTreeCtrl.py [new file with mode: 0644]
wxPython/demo/Main.py
wxPython/demo/bitmaps/aquachecked.ico [new file with mode: 0644]
wxPython/demo/bitmaps/aquaflagged.ico [new file with mode: 0644]
wxPython/demo/bitmaps/aquanotchecked.ico [new file with mode: 0644]
wxPython/demo/bitmaps/aquanotflagged.ico [new file with mode: 0644]
wxPython/demo/bitmaps/checked.ico [new file with mode: 0644]
wxPython/demo/bitmaps/flagged.ico [new file with mode: 0644]
wxPython/demo/bitmaps/minus1.ico [new file with mode: 0644]
wxPython/demo/bitmaps/minus2.ico [new file with mode: 0644]
wxPython/demo/bitmaps/minus3.ico [new file with mode: 0644]
wxPython/demo/bitmaps/minus4.ico [new file with mode: 0644]
wxPython/demo/bitmaps/minus5.ico [new file with mode: 0644]
wxPython/demo/bitmaps/notchecked.ico [new file with mode: 0644]
wxPython/demo/bitmaps/notflagged.ico [new file with mode: 0644]
wxPython/demo/bitmaps/plus1.ico [new file with mode: 0644]
wxPython/demo/bitmaps/plus2.ico [new file with mode: 0644]
wxPython/demo/bitmaps/plus3.ico [new file with mode: 0644]
wxPython/demo/bitmaps/plus4.ico [new file with mode: 0644]
wxPython/demo/bitmaps/plus5.ico [new file with mode: 0644]
wxPython/wx/lib/customtreectrl.py [new file with mode: 0644]