* edje: improve the way to target children of box and table.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit470da0c23c6345969f17abcf949eff12fd76e9f1
treee5908b674bd5882524cb10a6c4324ba8505f0e72
parentfbf8aa4f6f993ea3e644ddbcb7b5ceeecfe939f1
* 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: svn+ssh://svn.enlightenment.org/var/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