elementary: fix layout_part_cursor things and eo hierarchy of part_box/part_table
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 8 May 2018 13:16:30 +0000 (22:16 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Fri, 8 Jun 2018 10:49:28 +0000 (19:49 +0900)
commit9d7a44ac7ca0636ebaf76c3cd2952b58293288ef
tree51c3df30c797455c64b282ef057f10bb87894386
parenta7dcf45b2c051a0d0512af1287543a6d73b91860
elementary: fix layout_part_cursor things and eo hierarchy of part_box/part_table

All elm_layout_part_cursor_* had worked at box and table parts.
After applying new interfaces, all elm_layout_part_cursor_* ignored box/table parts.
It caused a lot of problems. I don't know why part_box/part_table didn't inherit Efl.Ui.Part.
But, it needs Efl.Ui.Part for keeping backward compatiblity.

@tizen_fix

Change-Id: I35152f46d14b6d9f71ad328d0de1d4b8e8e957ce
src/lib/elementary/efl_ui_layout_object.c
src/lib/elementary/efl_ui_layout_pack.c
src/lib/elementary/efl_ui_layout_part_box.eo
src/lib/elementary/efl_ui_layout_part_table.eo