focus: Added "focus_part" support on elm widget.
authorAmitesh Singh <amitesh.sh@samsung.com>
Mon, 3 Feb 2014 08:44:16 +0000 (17:44 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Feb 2014 08:52:02 +0000 (17:52 +0900)
commitd1ef695dfbcb4a4569d2b906f2ec27201fdc1b65
treead3fdb89acc70e0287d404c3820a7e3e328382b8
parent8a68d8293f5967964edf39c2bb110edb63d299cb
focus: Added "focus_part" support on elm widget.

Summary:
Currently, focus highlight comes on the widget's geometry. Elementary does not have option to provide the focus highlight on widget's part.
This patch provides the option to provide focus highlight on the widget's part.
e.g.  data.item: "focus_part" "part";
The focus highlight would come on part's geometry instead of widget's geometry. This patch only works on widgets which uses
resize_obj.

Reviewers: seoz, woohyun

Differential Revision: https://phab.enlightenment.org/D499
data/objects/Makefile.am
data/objects/test_focus_style.edc
src/bin/test.c
src/bin/test_focus_style.c
src/lib/elm_win.c