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

@@ -1,7 +1,7 @@
Recent Changes for wxPython
=====================================================================
2.5.1.6
2.5.2.0
-------
wx.ADJUST_MINSIZE is now the default behaviour for window items in
@@ -64,6 +64,11 @@ running on wxGTK to work around the fact that GTK requires the locale
to be set to the system settings but Python depends on LC_NUMERIC
remaining compatible with "C".
Switched gizmos.TreeListCtrl to the newer version of the code from the
wxCode project.
2.5.1.5