* edje: improve the way to target children of box and table.
authorcedric <cedric>
Thu, 10 Jun 2010 15:40:51 +0000 (15:40 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Jun 2010 15:40:51 +0000 (15:40 +0000)
commit5b82dc36d27f06d0f0bc9fc27fa2854eb53f0ca5
treee5908b674bd5882524cb10a6c4324ba8505f0e72
parent5326b54cedeb766b07bdba50563a3d0214d94511
* edje: improve the way to target children of box and table.

You can now adress them with somethin like part[name]:subpart
or part[index]:subpart in all signal emit code and API that
require a part to be specified.

TODO: we need to add this index/name information when a signal
is emitted from a subpart.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@49614 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_private.h
src/lib/edje_program.c
src/lib/edje_util.c