efl_ui_check: migrate from own property to Efl.Ui.Selectable
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 5 Aug 2019 17:42:02 +0000 (19:42 +0200)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 12 Aug 2019 07:24:29 +0000 (16:24 +0900)
commit936149826681e09999c066a95009752c525c2909
tree32b9ab2f8af1628587e6afe3d626675331cf07a1
parent074116b4321ab1721d6ab535880e2c19a9eabe2b
efl_ui_check: migrate from own property to Efl.Ui.Selectable

this is the basic work for getting radio group as a single_selection
interface, which can be a part of mutli_selection. Which will come both
later on.

ref T8057

Differential Revision: https://phab.enlightenment.org/D9504
19 files changed:
src/bin/elementary/test_bg.c
src/bin/elementary/test_ui_image.c
src/bin/elementary/test_ui_item_container.c
src/bin/elementary/test_ui_pager.c
src/bin/elementary/test_ui_pager_scroll.c
src/bin/elementary/test_ui_panel.c
src/bin/elementary/test_ui_progressbar.c
src/bin/elementary/test_ui_radio.c
src/bin/elementary/test_ui_spotlight.c
src/bin/elementary/test_ui_tab_pager.c
src/bin/elementary/test_ui_textpath.c
src/lib/elementary/efl_ui_check.c
src/lib/elementary/efl_ui_check.eo
src/lib/elementary/efl_ui_check_eo.legacy.c
src/lib/elementary/efl_ui_radio.c
src/lib/elementary/efl_ui_radio.eo
src/lib/elementary/efl_ui_radio_group_impl.c
src/tests/elementary/efl_ui_test_check.c
src/tests/elementary/efl_ui_test_radio_group.c