Linked by Thom Holwerda on Wed 12th Mar 2008 18:11 UTC, submitted by Pfeifer
Thread beginning with comment 304881
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.
"WxWidgets is public domain last I looked. So you can pretty much use it anywhere.
I thought that wxWidgets used GTK+.
But since GTK+ is LGPL that means that wxWidgets isn't forced to be GPL. "
My guess (based on the wxWidgets websites) is that they treat Gtk just like any other system (e.g. Win32, WinCE, etc.). So their programs inter-operate well.
In order to use Gtk with wxWidgets though, you will need to have wxGtk (wxWidgets for Gtk) installed though.
So where with KDE/Qt you can use a lot of Qt easily (not extra bindings required), you cannot use Gtk easily with wxWidgets without installing an additional binding.
wxWidgets is really its own system - it just relies on underlying OS features/tools/libraries to function with that system (see their flash presentation), which it wraps to provide the functionality. So, while I'm not an authoritative source on this - this is just what I've seen from their website, I'd say that wxWidgets is more based on Gtk than Java is.





Member since:
2006-07-26
I thought that wxWidgets used GTK+.
But since GTK+ is LGPL that means that wxWidgets isn't forced to be GPL.