Added wx.lib.delayedresult from Oliver Schoenborn.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-14 21:06:57 +00:00
parent 1ca848a2a9
commit 8bbd1bbf18
4 changed files with 624 additions and 3 deletions

View File

@@ -249,6 +249,9 @@ Updated the C++ code for wx.gizmos.TreeListCtrl from the wxCode
project. This has resulted in some minor API changes, most of which
were worked around in the wrapper code.
Added wx.lib.delayedresult from Oliver Schoenborn.