Elm_genlist: Add Item filtering support

Desktop / Enlightenment / Elementary - Shashank Pandey [samsung.com] - 23 September 2015 06:50 UTC

Summary: Add Filtering support in genlist based on filter function set by application.

@feature

Test Plan: Genlist filter sample added in elementary_test

Reviewers: raster, shilpasingh, cedric, SanghyeonLee

Subscribers: SanghyeonLee, divyesh, rajeshps, govi, prince.dubey, poornima.srinivasan

Differential Revision: https://phab.enlightenment.org/D2514

d77143e Elm_genlist: Add Item filtering support
src/bin/test.c | 2 +
src/bin/test_genlist.c | 148 ++++++++++++++++++++++++-
src/lib/elm_gen.h | 10 ++
src/lib/elm_gen_common.h | 2 +
src/lib/elm_genlist.c | 245 ++++++++++++++++++++++++++++++++++++++++--
src/lib/elm_genlist.eo | 25 +++++
src/lib/elm_widget_genlist.h | 25 +++++
7 files changed, 449 insertions(+), 8 deletions(-)

Upstream: git.enlightenment.org


  • Share