Making wxTreeListCtrl visible from Python

Hit the inevitable speed bump. I've done a first stab at .i files for
wxTreeListCtrl (by copying down the wxTreeCtrl stuff and editing), and the
whole thing compiles, but causes a access violation as soon as I try to use
wxTreeListCtrl from python.

.i files and my test .py file attached in case anyone else feels
adventurous.

S.

_defs.i (23.7 KB)

controls2.i (58.5 KB)

my_typemaps.i (13.2 KB)

TreeList.py (779 Bytes)