focus: is_focus_target flag is added for on_focus function 80/104480/3
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 13 Dec 2016 10:33:58 +0000 (19:33 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 14 Dec 2016 01:17:16 +0000 (17:17 -0800)
commit0bedd67623be12100d9c833e3b2e3f0f5bbcd85a
tree3ccc5f725c82d54273524ac478a9bfd768ce46bb
parent0bb563e7ccbf6e6274d915ce232fffcdd606a19b
focus: is_focus_target flag is added for on_focus function

Now, widgets can know whether the on_focus is called by _parent_focus
of its child OR of itself.
And, it's firstly applied to genlist's on_focus.

@tizen_feature

Change-Id: I2516ff71a5cb728e0c952cccd9e5646e8e29b072
src/lib/elm_widget.c
src/lib/elm_widget.h
src/mobile_lib/elm_genlist.c