Edje: Replace edje_box_part with a fake eo proxy
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 22 Apr 2016 05:58:49 +0000 (14:58 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Apr 2016 02:36:23 +0000 (11:36 +0900)
commite2176ed6a3b52c015dd503df592ee24fd5ddf955
tree48e518e9e6227c1d90f7f547b77928bd43825f90
parent32b622f08d27a278bf15ab34b9a1b66cd4d54e09
Edje: Replace edje_box_part with a fake eo proxy

This is basically an implementation of eo_part() but only
for Edje Box APIs. Legacy API is implemented on top of the
EO API.
12 files changed:
src/Makefile_Edje.am
src/Makefile_Elementary.am
src/lib/edje/Edje_Legacy.h
src/lib/edje/edje_containers.c [new file with mode: 0644]
src/lib/edje/edje_load.c
src/lib/edje/edje_object.eo
src/lib/edje/edje_private.h
src/lib/edje/edje_util.c
src/lib/edje/efl_canvas_layout_internal_box.eo [new file with mode: 0644]
src/lib/evas/canvas/evas_box.eo
src/lib/evas/canvas/evas_object_box.c
src/tests/edje/edje_test_edje.c