this commit marks step one of The Gengrid & Genlist Unification Project. these poor...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Oct 2011 08:52:03 +0000 (08:52 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Oct 2011 08:52:03 +0000 (08:52 +0000)
commit00a2733134c4510d84cd2ac611df8c8ec89eb567
treea09177c6f2b97feb8c020cf4b63e4c05f338437b
parent526aa135b6f138ec181a490473a10dbd0db890bc
this commit marks step one of The Gengrid & Genlist Unification Project. these poor widget brothers were separated at birth, never knowing that they were almost exactly the same.
from here, it should be trivial to continually move more and more code into elm_gen.c and reduce duplication.
ideally we should be aiming for an elm_gen_* api where you differentiate between list/grid with style or something since the apis are almost identical

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64245 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_gen.c [new file with mode: 0644]
src/lib/elm_gen.h [new file with mode: 0644]
src/lib/elm_gengrid.c
src/lib/elm_genlist.c