elm genlist: Added elm_genlist_item_fields_update(). Patch by Hyoyoung
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 29 Nov 2011 14:03:14 +0000 (14:03 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 29 Nov 2011 14:03:14 +0000 (14:03 +0000)
commit066f97ad6f997fdb527d56c0068152551bf6dd3d
treec61324ba81720b20d69dad28dec227e51e85172c
parentf6c5af31acaf7d9447632b6bf1f79614b8da6f42
elm genlist: Added elm_genlist_item_fields_update(). Patch by Hyoyoung
Chang <hyoyoung.chang@samsung.com>

2011/10/27 Hyoyoung Chang <hyoyoung.chang@samsung.com>:
> Dear developers
>
> I made a patch to add elm_genlist_item_fields_update function.
> It can be used to updating genlist's item part without
realize/unrealize
> itself.
>
> Prototype is
> elm_genlist_item_fields_update
> (Elm_Genlist_Item *it, const char *part,
Elm_Genlist_Item_Field_Flags itf)
>
> Part supports globbing. Passing "*" to part means updating all parts.
> Item field can be one of icon, content and state.
> I think it's useful to speed up if an app updates frequently.
>
> Thanks

SVN revision: 65688
src/bin/test_genlist.c
src/lib/Elementary.h.in
src/lib/elm_genlist.c