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

@@ -2347,6 +2347,8 @@ public:
// Clear all tables
static void ClearAll();
// Rebuild all tables
static void ReconstructAll();
protected:
// Init the hash table with the entries of the static event table.