Add static wxEventHashTable::ReconstructAll() to undo the effects of ClearAll().

Call it from wxEventTableEntryModule::OnInit() so that it is now symmetric with OnExit().


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-08-22 14:46:50 +00:00
parent cdf3fdeb89
commit aa779707d4
3 changed files with 25 additions and 1 deletions

View File

@@ -53,6 +53,7 @@
*wxAuiNotebook*SetSelectedFont*;
*wxAuiNotebook*ShowWindowMenu*;
*wxDocument*GetUserReadableName*;
*wxEventHashTable*ReconstructAll*;
*wxHtmlEasyPrinting*GetParentWindow*;
*wxHtmlEasyPrinting*SetParentWindow*;
*wxLog*DoCreateOnDemand*;