EFL Model List View for MVC design

Desktop / Enlightenment / Elementary - Larry Jr [gmail.com] - 3 July 2015 20:04 UTC

Elementary views that show an EFL.model and keep them synchronized asynchronously.

The elm_view_list show a tree data structure using a genlist. Each property is seen as a different data column.

There is an example defined in fileviewlist.c.

@feature

c829913 EFL Model List View for MVC design
configure.ac | 2 +
src/examples/.gitignore | 1 +
src/examples/Makefile.am | 2 +
src/examples/fileviewlist.c | 77 ++++++++
src/lib/Elementary.h.in | 1 +
src/lib/Makefile.am | 3 +
src/lib/elm_view_list.c | 442 +++++++++++++++++++++++++++++++++++++++++++
src/lib/elm_view_list.eo | 77 ++++++++
src/lib/elm_view_list.h | 10 +
9 files changed, 615 insertions(+)

Upstream: git.enlightenment.org


  • Share