elm_radio, elc_multibuttonentry, elm_colorselector: "checked" signal sent
authorShilpa Singh <shilpa.singh@samsung.com>
Wed, 14 Jun 2017 04:04:51 +0000 (13:04 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 14 Jun 2017 04:04:52 +0000 (13:04 +0900)
commitefbd62c40af11fee12474de1adabf1d46a187d67
treebc86250cbc52fd7a69aee0be21167efa7a370964
parentf5c4ec6cd9e2aba8a175647410c9e4932f82e0cb
elm_radio, elc_multibuttonentry, elm_colorselector: "checked" signal sent

Summary:
Radio, MBE items, color selector items have ELM_ATSPI_ROLE_RADIO_BUTTON role, when one item
is selected the other items are automatically unselected, so a notification has to be sent in atspi mode
to read the status accordingly

Test Plan:
In ATSPI mode when radio, mbe item, color selector item is selected
status has to notified.

Reviewers: kimcinoo, cedric

Subscribers: govi, rajeshps, jpeg

Differential Revision: https://phab.enlightenment.org/D4960
src/lib/elementary/efl_ui_radio.c
src/lib/elementary/elc_multibuttonentry.c
src/lib/elementary/elm_colorselector.c