check: add "elm,activate,check,on" and "elm,activate,check,off" signal to support...
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 29 Jul 2015 21:10:49 +0000 (23:10 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 4 Aug 2015 13:21:40 +0000 (15:21 +0200)
commit76b6a3791a8b176cb433b89640717d73d08fe245
treeea0dc078d6b81fa71c4ea0cff51deb2eeb5836e4
parent6cff30bcae1e76ea3bf69428c7cc1c6054275aa8
check: add "elm,activate,check,on" and "elm,activate,check,off" signal to support state change animation.

Summary:
Currently when user clicks on the checkbox, and when api state_check() called by
the developer we emit "elm,state,check,*" signal. To support state change animation when
user interacts with check box. There is no way to distinguish the action in EDC.
This "elm,activate,check,*" is a way which edc can make use to distinguish the stae change signal
by the user action or due to api call.

Reviewers: woohyun, raster, cedric, Hermet

Reviewed By: Hermet

Subscribers: id213sin

Differential Revision: https://phab.enlightenment.org/D2817

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elm_check.c