[wx-discuss] wxTNG: compatibility with wx2 API
Vadim Zeitlin
vadim at wxwindows.org
Thu Feb 16 10:10:24 PST 2006
On Thu, 16 Feb 2006 18:02:53 +0000 Julian Smart <julian at anthemion.co.uk> wrote:
JS> At 17:36 16/02/2006, you wrote:
JS> >JS> However, there's nothing to stop us from having different levels
JS> >JS> of compatibility, for example: (1) built-in, (2) add-on extra libs, (3)
JS> >JS> wx2-on-wx3.
JS> >
JS> > I think it would be a bit confusing but maybe I just don't understand what
JS> >you mean.
JS>
JS> Apps may need different levels of compatibility: (1) whatever limited
JS> compatibility wx3 could provide,
We seem to agree that wx3 API is going to be quite different from wx2 if
only because it would operate with wx::Window and not pointers to them so I
don't think (1) amounts to much.
JS> (2) maybe just a few wx2 classes such as wxDateTime, supplied in a
JS> separate lib,
This would be the case for non GUI applications only, I have hard time
imagining a GUI application not using wxWindow ;-)
JS> (3) total wx2 emulation with wx3 under the hood.
So IMHO any existing GUI wxApp (and this is vast majority of them of
course) will need wx2 emulation layer.
Regards,
VZ
---------------------------------------------------------------------
To unsubscribe, e-mail: wx-discuss-unsubscribe at lists.wxwidgets.org
For additional commands, e-mail: wx-discuss-help at lists.wxwidgets.org
More information about the wx-discuss
mailing list