efl_access_object: remove all legacy usage from eo files
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 5 Mar 2019 22:00:37 +0000 (17:00 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:26 +0000 (14:46 +0900)
commit901057a9143996640260cdf82170fe6f76d9142e
treeae6feed6f35b022dc3811da881e7922b81c67a02
parent8a5f7b72bef1c0bd3bf490de3c7bf9092afafa01
efl_access_object: remove all legacy usage from eo files

this takes the current generated output from eolian for legacy code in
evas and adds it to the tree, then removes legacy references from the
corresponding eo files. in the case where the entire eo file was for
a legacy object, that eo file has been removed from the tree

ref T7724

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8131

Change-Id: Ifab8e3d2a172e27227acfff73205f047aaba3f44
22 files changed:
src/lib/elementary/efl_access_object.eo
src/lib/elementary/efl_ui_check.c
src/lib/elementary/efl_ui_radio.c
src/lib/elementary/efl_ui_text.c
src/lib/elementary/efl_ui_widget.c
src/lib/elementary/efl_ui_win.c
src/lib/elementary/elc_ctxpopup.c
src/lib/elementary/elc_multibuttonentry.c
src/lib/elementary/elc_popup.c
src/lib/elementary/elm_access.c
src/lib/elementary/elm_atspi_bridge.c
src/lib/elementary/elm_colorselector.c
src/lib/elementary/elm_entry.c
src/lib/elementary/elm_gengrid.c
src/lib/elementary/elm_genlist.c
src/lib/elementary/elm_hover.c
src/lib/elementary/elm_index.c
src/lib/elementary/elm_list.c
src/lib/elementary/elm_menu.c
src/lib/elementary/elm_toolbar.c
src/tests/elementary/efl_ui_test_atspi.c
src/tests/elementary/elm_test_atspi.c