Added convenience form of wxEvtHandler::Connect, only one id; changed

type to wxEventType; fixed my regconf.h mistake in config.cpp (oops)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-12-21 09:59:58 +00:00
parent 223c85b142
commit d4a23feeb2
3 changed files with 10 additions and 5 deletions

View File

@@ -398,7 +398,7 @@ bool wxEvtHandler::SearchEventTable(wxEventTable& table, wxEvent& event)
}
void wxEvtHandler::Connect( int id, int lastId,
int eventType,
wxEventType eventType,
wxObjectEventFunction func,
wxObject *userData )
{