Elementary: Drag & Drop feature for items containers

Desktop / Enlightenment / Elementary - Daniel Zaoui [samsung.com] - 9 May 2013 05:57 UTC

New APIs have been added to facilitate DnD for genlist, gengrid and list widgets. Tests have been added in the new section DnD to play with that.

9b050b3 Elementary: Drag & Drop feature for items containers
src/bin/Makefile.am | 1 +
src/bin/test.c | 8 +
src/bin/test_dnd.c | 894 ++++++++++++++++++++++++++++++++++++++++++
src/bin/test_genlist.c | 4 +-
src/lib/elm_cnp.c | 619 +++++++++++++++++++++++++++--
src/lib/elm_cnp.h | 178 ++++++++-
src/lib/elm_gengrid.c | 114 ++++++
src/lib/elm_gengrid_eo.h | 17 +
src/lib/elm_gengrid_legacy.h | 29 ++
src/lib/elm_list.c | 64 +++
src/lib/elm_list_eo.h | 16 +
src/lib/elm_list_legacy.h | 24 ++
12 files changed, 1929 insertions(+), 39 deletions(-)

Upstream: git.enlightenment.org


  • Share