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) callback_selected_del(self, func): callback_longpressed_add(self, func, *args, **kwargs) callback_longpressed_del(self, func): And also the missed method/property: data_get() Also note that the script test_genlist.py has an error, due to the direct use of _signal_callback_add(). In the test you can click on a list item to raise the error on stdout Using the new methods provided by the patch should fix the error. Please review...seems good to my 'python-newbie-eye' :) Thanks DaveMDS ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel