use wxEventType coherently with the docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-09 16:44:56 +00:00
parent e2d1c0e72b
commit c9c1faa490
2 changed files with 5 additions and 5 deletions

View File

@@ -1298,7 +1298,7 @@ bool wxEvtHandler::ProcessEvent(wxEvent& event)
return true;
// propagate the event upwards the window chain and/or to the application
// object if it wasn't processed at this level
// object if it wasn't processed at this level
return TryParent(event);
}
@@ -1383,7 +1383,7 @@ bool wxEvtHandler::SearchEventTable(wxEventTable& table, wxEvent& event)
}
void wxEvtHandler::Connect( int id, int lastId,
int eventType,
wxEventType eventType,
wxObjectEventFunction func,
wxObject *userData,
wxEvtHandler* eventSink )