Linked by Eugenia Loli-Queru on Wed 23rd Nov 2005 18:54 UTC
Thread beginning with comment 63984
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: GTK+ for Win32
by dylansmrjones on Wed 23rd Nov 2005 23:42
in reply to "RE[4]: GTK+ for Win32"






Member since:
2005-10-02
That might be.
However, for Windows applications I prefer to stick to native Win API everywhere (though wxWidgets is quite good too - but it also looks and behaves as native widgets).
GTK+ is cross platform, in the sense it works on several platforms.
The downside is it can feel slightly alien (I think the word is) to the platform it's running on.
But GTK+ isn't only good for Linux-applications. I personally prefer to use a native tool kit, no matter the platform.
FLTK or Fox Tool Kit are other good options.
I still think GTK+ is good also on the Windows platform, but it doesn't feel native as such. But then again.. it isn't native on the Win32 platform.