Re: [java-gnome-hackers] Update
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-12-26 18:12:46
|
Il ven, 2003-12-26 alle 17:11, Jeffrey Morgan ha scritto: > > Sometimes we just have to guess what the gtk developers had in > mind. GtkBindingSet is not documented so it falls into this category. > It looks like this method will return a binding set that matches > the provided name or NULL. I would make a static method that does > just that. Something like > > static public findBindingSet(String setName) { > return new BindingSet(gtk_binding_set_find(setName)); > } > > This assumes that you have created a constructor that takes the > handle. Of course a static method is the best solution.(silly me!) I will send the any progress I'll made, in order to check if I'm in the right direction. Mark, maybe I've chosen a weird class to start with. However I'll try to write down some methods so I can see if I've got the idea. > Please don't hesitate asking any questions on this list. My goal > is to make sure as many people understand the bindings as possible. > This will only allow us to move faster as more people are working > on the bulk of the code. Yeah, there will be further questions... After some months spent with you, I think time has come to understand how j-g works ;) -- Luca De Rugeriis <pie...@li...> |