From: John L. <jla...@gm...> - 2006-02-16 22:20:18
|
On 2/16/06, Francesco Montorsi <f18...@ya...> wrote: > Hi, > there is a discussion going on wx-discuss (now available through > GMane ;)) about wxWidgets 3 and also its language bindings. > > A nice page is in wxwiki: > > http://www.wxwidgets.org/wiki/index.php/WxWidgets3:Bindings > > Just in case someone more expert than me in wx bindings wants to add his > opinion... The things they suggest are ok. I would be wary of switching to less virtual functions and more events since I'm sure that it'd be MUCH slower even though they suggest that it'd be faster. The compiler should always find a virtual method faster than a user coded lookup table. -John Labenski |