Efl.Pack: Replace pack_direction with Efl.Orientation
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 3 Jun 2016 06:55:29 +0000 (15:55 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 3 Jun 2016 07:52:31 +0000 (16:52 +0900)
commit31279d2513f02588854c3720aa811be0ea83c0e4
treeedc2d68ccc1376430305a44a9e877af03983e581
parent681ddb2f909d0282f0c0ec04230d89999e90983a
Efl.Pack: Replace pack_direction with Efl.Orientation

Since I first made the pack_direction before orientation
existed, the names didn't match. This should improve API
consistency.
13 files changed:
src/bin/elementary/test_events.c
src/bin/elementary/test_ui_box.c
src/bin/elementary/test_ui_grid.c
src/lib/edje/edje_containers.c
src/lib/edje/efl_canvas_layout_internal_box.eo
src/lib/efl/interfaces/efl_pack_grid.eo
src/lib/efl/interfaces/efl_pack_linear.eo
src/lib/elementary/efl_ui_box.c
src/lib/elementary/efl_ui_box.eo
src/lib/elementary/efl_ui_grid.c
src/lib/elementary/efl_ui_grid.eo
src/lib/elementary/efl_ui_layout_internal_box.eo
src/lib/elementary/elm_layout_pack.c