efl_ui_radio_group: migrate to Efl.Ui.Single_Selectable
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 22 Aug 2019 13:06:22 +0000 (15:06 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Mon, 16 Sep 2019 01:23:00 +0000 (10:23 +0900)
commitac6f45b05ea97e447d97df878758c790b4ea54b4
tree957843c68a298eaeccb79fa4989c466575212a7a
parent0b436a726db50ee5ac61633b6d5d34fec97992d6
efl_ui_radio_group: migrate to Efl.Ui.Single_Selectable

with this the whole thing is migrated to single_selectable. The group is
added to the spec test suite. The elm_test case of radio_group now also has
a fallback option to demonstrate the usage of it.

This also fixes a broken testcase, where a flag was forgotten to be
checked.

ref T8024

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D9706
src/bin/elementary/test_part_bg.c
src/bin/elementary/test_ui_image.c
src/bin/elementary/test_ui_radio.c
src/lib/elementary/efl_ui_radio_box.c
src/lib/elementary/efl_ui_radio_group.eo
src/lib/elementary/efl_ui_radio_group_impl.c
src/lib/elementary/efl_ui_radio_group_impl.eo
src/tests/elementary/efl_ui_test_radio_group.c
src/tests/elementary/spec/efl_test_single_selectable.c