Documented event sink

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-30 13:35:55 +00:00
parent 65b17727e6
commit 97e1d37c96
2 changed files with 10 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ All:
- fixed bug with deleting entries at root level in wxFileConfig
- chkconf.h now includes platform-specific versions (for MSW
and Mac) which contain some tests that were in setup.h
- Added event sink argument to wxEvtHandler::Connect()
wxBase: