Re: [E-devel] Python Genlist Patch

2010-07-13 Thread Boris 'billiob' Faure
On Mon, Jul 12, 2010 at 23:24, Dave Andreoli wrote: > Hi all, > on the above link you can found a patch for the Genlist python object > http://pastebin.com/W5aRuXKG > > The patch add all the methods to connect signal: > callback_clicked_add(self, func, *args, **kwargs) > callback_clicked_del(self,

[E-devel] Python Genlist Patch

2010-07-12 Thread Dave Andreoli
Hi all, on the above link you can found a patch for the Genlist python object http://pastebin.com/W5aRuXKG The patch add all the methods to connect signal: callback_clicked_add(self, func, *args, **kwargs) callback_clicked_del(self, func): callback_selected_add(self, func, *args, **kwargs) callbac