moved comments to the right place

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-05-07 23:22:30 +00:00
parent 1deeb8c822
commit dac982f799

View File

@@ -52,6 +52,13 @@ and Will Sadkin. Updated wxTimeCtrl to use MaskedEdit.
When the __class__ of a dead object is replaced with _wxPyDeadObject
the __del__ of the original class is now called first.
Added wxTreeListCtrl. (Looks like a wxTreeCtrl embedded in a
wxListCtrl, but actually is just giving multiple columns to a
wxTreeCtrl.)
Added wxFutureCall, a subclass of wxTimer that makes it easy to delay
a call to any Python callable object.
@@ -455,12 +462,6 @@ Added wxPython.lib.mixins.rubberband module from Robb Shecter.
Added wxTimeCtrl from Will Sadkin.
Added wxTreeListCtrl. (Looks like a wxTreeCtrl embedded in a
wxListCtrl, but actually is just giving multiple columns to a
wxTreeCtrl.)
Added wxFutureCall, a subclass of wxTimer that makes it easy to delay
a call to any Python callable object.