From: John L. <jla...@gm...> - 2006-05-25 04:06:43
|
I'm not sure what the logic was, but previously the wxEvtHandler::Connect function was called ConnectEvent. It is a reasonable name, however for consistency with the wxWidgets documentation I have renamed it to Connect since there is no function called ConnectEvent in C++. http://www.wxwidgets.org/manuals/2.6.3/wx_wxevthandler.html#wxevthandlerconnect Sorry about breaking everyone's app, but this is something that should be changed ASAP and permanently. I have also added the ability to do wxWindowID ranges for Connect and added wxEvtHandler::Disconnect, so as they say, you win some and lose some... Regards, John Labenski |