focus: is_focus_target flag is added for on_focus function
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 13 Dec 2016 10:33:58 +0000 (19:33 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:08 +0000 (14:37 +0900)
commitfb85a383ac410652b113213abfae222f3fed6d86
treefda8aed5b87a0848e4104d14580bf1f7fd8cb4c5
parentd7668ebcae8e644b8a1ba06a2820cf42bae7e184
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