Re: [Planner Dev] Planner Win32 - Cygwin edition



Sorry to resurrect and old thread but...

Richard Hult wrote:
This is the weak point I guess. It would be really great to get rid of the X dependency and use the win32 backend for GTK+ instead. I don't think we should commit this on HEAD since having to use an X server reduces the use pretty much in my opinion. We could put it in a branch to keep track of the patch and make it easier to work on it.

Do you have any idea if it's possible to do a mix and match here and use cygwin for some parts but not have to use X?

Yes, Use wxWidgets.
On unix wxWidgets prefers to use GTK as the underlying widget set, under win32 it prefers to use the native windows widgets.

It is more than just a widget set though, it is an application framework. I don't know how much they can be seperated if you have existing an important framework.

Important projects like audacity use wxWidgets to work with native widgets under windows and linux

http://freshmeat.net/projects/wxwidgets/

Sam




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]