[java-gnome-hackers] Update
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2003-12-23 14:30:48
|
For the build yesterday I did the following: Added new classes from GTK 2.3: ColorButton ComboBox ComboBoxEntry EntryCompletion FileChooserAction (needed for FileChooser) FileChooserError (needed for FileChooser) BindingSet Added two new methods to Entry to utilize the EntryCompletion class. I deprecated the following classes: gtk.Combo (replaced by ComboBox) gnome.Entry gnome.ColorPicker (replaced by ColorButton) Since the build I have done the following: Added the following new classes: Action (glue code) ActionGroup (glue code) Expander (glue code and JNI) The following items need to be completed. Please let the list know if you intend to work on one of these items so we do not duplicate work. 1) Javadoc comments need to be added to ComboBox, ComboBoxEntry, ColorButton, EntryCompletion and the two new methods for Entry. 2) Complete the public interface for BindingSet 3) Complete the JNI code for Action and ActionGroup (I will do this) 4) Write the public interface for Action, ActionGroup and Expander. 5) Update the examples with these new classes. There are many additional classes that we will need to add in order to support the latest gtk but I think we should complete these first. Let me know what you think. -Jeff |