> Disclaimer: I do not speek for the LyX developers.
> I have done some investigation into this toolkit myself over the last couple of
> days. In fact I think it is the most advanced cross platform toolkit (except
> maybe Fltk) but as far as I see, you will be able to do the frames, the dialogs
> and that kinda stuff fairly easy but the actual work will be to get the painter
> and all the related stuff to work. Here are huge differences between MS and X,
> e.g. the way fonts are handled and there is no toolkit to help with that.
In my experience, wxWindows is not ready for native Windows programs.
It has too many rough edges, and the looks are plain bad.
(The same is the case with Fltk.)
The only serious cross-platform toolkit is Qt, but unfortunately,
it's commercial for the Windows version.
For a usable Windows port, the only other option (IMO) is Microsoft
MFC.
Greets,
Asger