elm gengrid: Propagate Gengrid signals to the internal edje view. Patch by Benjamin...
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 4 Oct 2011 01:24:08 +0000 (01:24 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 4 Oct 2011 01:24:08 +0000 (01:24 +0000)
commitc2e9566b47cf01fab06f874cf4de0cc5c8de0ef1
treeeb3742fe7903f78599737e60f7bcaf96e43005b6
parent64a911f732abbdfc625f82e61c61c7948fecfb95
elm gengrid: Propagate Gengrid signals to the internal edje view. Patch by Benjamin Drucker <benjamin.t.drucker@alum.mit.edu>

On Tue, Oct 4, 2011 at 7:54 AM, Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu> wrote:
> Right now, signals coming from the gengrid's internal edje object are
> propagated up to the gengrid object.
> This patch enables the other direction as well: you can use the
functions
>
>  elm_object_signal_callback_add(grid, ...)
>  elm_object_signal_callback_del(grid, ...)
>
> to signal the gengrid's internal edje object.
>
> Please review, thanks.
> -Ben

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63784 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_gengrid.c