Gustavo Sverzut Barbieri wrote: > On Tue, Sep 22, 2009 at 6:14 AM, Nicolas Aguirre > > What do you think if I add these 3 new functions in elm_genlist ? > > > > EAPI Elm_Genlist_Item *elm_genlist_hilighted_item_get(const Evas_Object > > *obj); > > EAPI void > > elm_genlist_item_hilighted_set(Elm_Genlist_Item *item, Eina_Bool > > hilighted); > > EAPI Eina_Bool elm_genlist_item_hilighted_get(const > > Elm_Genlist_Item *item); > > > > "hilighted" state of the item will change in line with the "selected" > > state, AND when elm_genlist_item_hilighted_set is called. > > elm_genlist_hilighted_item_get retrieve item that is actually in > > "hilighted" state. > > > > You maybe don't want such behaviour in elm ? And there ise maybe other > > way to do that, so any comments will be appreciated :) > > why not?! I guess this is a valid use case, just did not come as > requirement so far, then nobody implemented it... just do and commit, > be happy, avoid nasty hacks :-)
I agree. I found situations in which I'd have needed them too. ;) ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
