Re: [java-gnome-hackers] BindingSet (was: Update)
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-12-26 19:27:57
|
Il ven, 2003-12-26 alle 19:31, Luca De Rugeriis ha scritto: Fine ;) Next one: native static final protected boolean gtk_bindings_activate(int object, int keyval, int modifier); I guess I could wrap this function with the following: public boolean activateBindings(int keyval, int modifier) { return gtk_bindings_activate(handle, keyval, modifier); } Is it right? Jeff, do you prefer this.handle? Is that int referring to the object's handle at all? I'm guessing that the returned value is to tell if the method invocation went well. Is this right? -- Luca De Rugeriis <pie...@li...> |