ui.box_flow: refactor layout_update
authorYeongjong Lee <yj34.lee@samsung.com>
Fri, 8 Mar 2019 13:22:08 +0000 (08:22 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:29 +0000 (14:46 +0900)
commitc5e0415c96a4c38f16f7050f0628c010a076ab92
tree194369b9e3988f3dbf576b1de442e3a7c2d31e28
parent245139e8e2bd96b4324a709c735008a29c602588
ui.box_flow: refactor layout_update

Summary:
This patch remove evas_box function from Efl.Ui.Box_Flow and add unit test.
Depends on D8214

Test Plan:
1. make check
2. `elementary_test -to 'efl.ui.box'` with 'flow' checkbox.

Reviewers: zmike, Jaehyun_Cho

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8219
src/Makefile_Elementary.am
src/bin/elementary/test_ui_box.c
src/lib/elementary/efl_ui_box_flow.c
src/lib/elementary/efl_ui_box_flow.eo
src/tests/elementary/efl_ui_suite.c
src/tests/elementary/efl_ui_suite.h
src/tests/elementary/efl_ui_test_box_flow.c [new file with mode: 0644]
src/tests/elementary/meson.build