Switch to the TreeListCtrl from the wxCode project.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-25 04:59:23 +00:00
parent 99b1023fd8
commit 28eab81fdc
9 changed files with 1346 additions and 985 deletions

View File

@@ -586,9 +586,9 @@ if BUILD_GIZMOS:
USE_SWIG, swig_force, swig_args, swig_deps)
ext = Extension('_gizmos',
[ '%s/treelistctrl.cpp' % location ] + swig_sources,
[ '%s/treelistctrl.cpp' % opj(location, 'wxCode/src') ] + swig_sources,
include_dirs = includes + [ location ] + CONTRIBS_INC,
include_dirs = includes + [ location, opj(location, 'wxCode/include') ] + CONTRIBS_INC,
define_macros = defines,
library_dirs = libdirs,