]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
wxWindow::OnSize() removed
[wxWidgets.git] / src / common / event.cpp
index 945860f5c9623f0c7b690cdecc2520009f8df8d0..5917d2a595969769e84d84de5fe1fa5ebd94fe7b 100644 (file)
@@ -55,6 +55,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxInitDialogEvent, wxEvent)
 IMPLEMENT_DYNAMIC_CLASS(wxSysColourChangedEvent, wxEvent)
 IMPLEMENT_DYNAMIC_CLASS(wxIdleEvent, wxEvent)
 IMPLEMENT_DYNAMIC_CLASS(wxUpdateUIEvent, wxEvent)
+IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommandEvent)
 
 const wxEventTable *wxEvtHandler::GetEventTable() const { return &wxEvtHandler::sm_eventTable; }