elm: Rename some EO widget class names
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 17 Aug 2017 10:36:17 +0000 (19:36 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 23 Aug 2017 02:16:45 +0000 (11:16 +0900)
commit031ae12c2fd0c3443174b03ca9a0f749beac3bc3
tree21449770b6e33f28518bf5cb69d349e6d22eafdd
parentc4ac58945576f632eee202cbb1a55565a75f6d9f
elm: Rename some EO widget class names

It was discussed a while ago that Zoomable was a poor name in some
languages, like python.

This changes, in Efl.Ui, to use underscores:
 - Image.Zoomable
 - Grid.Static
 - Box.Flow
 - Box.Stack
12 files changed:
src/bin/elementary/test.c
src/bin/elementary/test_box.c
src/bin/elementary/test_photocam.c
src/lib/elementary/efl_ui_box_flow.eo
src/lib/elementary/efl_ui_box_stack.eo
src/lib/elementary/efl_ui_clock.c
src/lib/elementary/efl_ui_grid_static.c
src/lib/elementary/efl_ui_grid_static.eo
src/lib/elementary/efl_ui_image_zoomable.c
src/lib/elementary/efl_ui_image_zoomable.eo
src/lib/elementary/efl_ui_image_zoomable_pan.eo
src/lib/elementary/efl_ui_layout.c