RE: [java-gnome-hackers] Upgrades to gtk+2.3.0 - automation possi ble?
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2003-12-15 12:29:33
|
> I've installed garnome and stated looking at the gtk todo lists. It > seems we are actually ahead of gtk2.0 at the moment, but I'm not sure > exactly where. At least that means we might just be able to check and > tick off many of the items at the lower end of the todo. I believe we are pretty close to gtk2.2. > Jeff- > Would it be possible to use the code generator to find the > differences > between our code and the latest upstream code, then generate the code > for the individual functions? We could then modify and insert the code > into the java-gnome source. Do the defs files exist for the > latest gtk? I am not sure if the def files do exist for the latest gtk. Also, the def files were changing and the generator was not changed to the latest format. Unfortunately I believe this is going to be a manual process. It is not necessary (nor desirable) to match each and every method in the native lib with a method in java-gnome. What is important is that we provide all of the core functionality that is not already provided for in Java. For this release we should look for new widgets that we currently do not support or new capabilities that were added to existing widgets that we do not support. |