Re: [E-devel] E CVS: libs/evas horms

2008-02-18 Thread Albin Tonnerre
On Mon, Feb 18, 2008 at 02:20:50AM -0500, Enlightenment CVS wrote : Enlightenment CVS committal Author : horms Project : e17 Module : libs/evas Dir : e17/libs/evas Modified Files: Makefile.am Log Message: evas: include autogen.sh in distribution tar ball

[E-devel] [PATCH] New function for e_widget_ilist

2008-02-18 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, using ilist widget in my wallpaper fetcher i found that there's not a way to get the value of the sixth parameter assigned by e_widget_ilist_[append|predend]* . Without this function i've to create a callback for each element of ilist, and inside

Re: [E-devel] [PATCH] New function for e_widget_ilist

2008-02-18 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 18 Feb 2008 15:47:22 +0100 Massimiliano Calamelli [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, using ilist widget in my wallpaper fetcher i found that there's not a way to get the value of the sixth

Re: [E-devel] [PATCH] New function for e_widget_ilist

2008-02-18 Thread Christopher Michael
Actually, there is a way to get the sixth parameter (IIRC). When you create the ilist, e_widget_ilist_add(Evas *evas, int icon_w, int icon_h, char **value). char *my_val; e_widget_ilist_add(evas, size, size, my_val); e_widget_ilist_append(., Test); Then when an item is clicked, my_val