Re: [Java-gnome-developer] parent missing from GtkWidget
Brought to you by:
afcowie
From: Dan B. <da...@mi...> - 2001-03-26 19:25:05
|
Julian Fitzell writes: >Also, is there some reason why so many methods return GtkWidgets instead of >what the C versions return? There's a reason, but not a particularly good one. The bulk of the .defs files comes from the gtk distribution, and *they* weren't particularly consistent. Java-Gnome inherited that inconsistency. The good news is that with gtk-2.0, a lot of the language binding issues go away and the whole thing can become a lot cleaner. The bad news is I have no idea when 2.0 will be stable enough to develop against. -dan |