[Java-gnome-developer] Update
Brought to you by:
afcowie
From: Jeff M. <ku...@ne...> - 2000-11-22 03:24:54
|
All, I have just released code into cvs that will break existing code. I apologize for this but it was necessary to accomplish an overhaul of the signal/callback mechanism. In most cases you can just replace a call to signal_connect(...) with signalConnect(...) and it should work. But if you want to take advantage of some of the enhancements you will need to make a few more changes. The online javadoc reflects the change. You can look at the javadoc for the class GtkObject. I have tried to make the comments in the javadoc as clear as possible but if you have questions please don't hesitate to post to this list. The javadoc is located at: http://java-gnome.sourceforge.net/Documents/javadoc/index.html Also, the test applications and all of the examples under src/examples have been updated to reflect the changes. I have also updated the tutorial. Finally, I have also fixed the bug that occurs in all methods that return a String. This is also in cvs. For those of you who only have the 0.5 release, I would suggest you get a copy from cvs. There have been many fixes and enhancements made over the last two weeks. -Jeff |