Linked by Thom Holwerda on Wed 12th Mar 2008 18:11 UTC, submitted by Pfeifer
GTK+ "On the 2008 GTK+ Hackfest in Berlin, Imendio's GTK+ hackers presented their vision of GTK+'s future and the reasons why they think that GTK+ has to make a step forward, embrace change and break ABI compatibility. Other GTK+ developers have also voiced their opinions, listing parts of GTK+ that need serious love, but state that they don't require breakage. Whether or not these are the things that will mark the road to GTK+ 3.0, almost all of them need attention. And give hints to the shape of things to come."
Thread beginning with comment 304881
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: I'm torn
by FunkyELF on Thu 13th Mar 2008 14:38 UTC in reply to "RE: I'm torn"
FunkyELF
Member since:
2006-07-26

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.

Reply Parent Bookmark Score: 2

RE[3]: I'm torn
by TemporalBeing on Thu 13th Mar 2008 15:27 in reply to "RE[2]: I'm torn"
TemporalBeing Member since:
2007-08-22

"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.

Reply Parent Bookmark Score: 1