Elementary: Drag & Drop feature for items containers
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 17 Mar 2013 06:36:30 +0000 (08:36 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 9 May 2013 10:57:31 +0000 (13:57 +0300)
commit9b050b3209bfe49ce855c1ae31d3fec9c50119a1
tree9d645c2c698191e8a889280f98752d2e9d426399
parent7faf31c79a4b0c05a0bf4b91dedc6cd0d7a97f6e
Elementary: Drag & Drop feature for items containers

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.
12 files changed:
src/bin/Makefile.am
src/bin/test.c
src/bin/test_dnd.c [new file with mode: 0644]
src/bin/test_genlist.c
src/lib/elm_cnp.c
src/lib/elm_cnp.h
src/lib/elm_gengrid.c
src/lib/elm_gengrid_eo.h
src/lib/elm_gengrid_legacy.h
src/lib/elm_list.c
src/lib/elm_list_eo.h
src/lib/elm_list_legacy.h