Re: [java-gnome-hackers] Update
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-12-26 15:19:50
|
Il gio, 2003-12-25 alle 01:09, Jeffrey Morgan ha scritto: > On Tue, 2003-12-23 at 09:23, Jeffrey Morgan wrote: > > 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. > > I will do this. I will also add the appropriate > event handling for these classes. > > > > > 2) Complete the public interface for BindingSet I'm managing to write this, but I need help, so straight to the question: native static final protected int gtk_binding_set_find(String setName); I'm guessing this is an overloaded constructor (gtk docs doesn't help a lot), but it has the same signature of native static final protected int gtk_binding_set_new(String setName); so I really need some pointers to make any further step. Consider that any hints (generic or whatever) will be very helpful, cause I've no experience with jni. I'm really willing to help with new classes, so once I'll get the hang on it, I'll be able to complete further public interfaces a lot quicker. > > 3) Complete the JNI code for Action and ActionGroup > > (I will do this) > > This is completed and checked into cvs. > > > > > 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 -- Luca De Rugeriis <pie...@li...> |