widget: Forward focus_highlight_style to win
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 31 Aug 2017 07:10:43 +0000 (16:10 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 1 Sep 2017 01:09:37 +0000 (10:09 +0900)
commit4e81df7cb2ee558cf5a9137835e46dbaa0dce35d
tree02fd190964c324d151e023895eba6f991746f78e
parentb40d8296ffe5d216c4a3458b8b6acdf5b35a4f55
widget: Forward focus_highlight_style to win

See the previous commits. All focus_highlight APIs are defined in the
Widget class but only implemented at the Window level. For consistency I
believe this call should also be forwarded to the window. The previous
logic had absolutely no effect at all, except storing a stringshare.

The day focus_highlight becomes widget-specific (i.e. each widget has
its own highlight style) then this can be changed.

Note: This will apply to legacy API as well.

Ref T5363
src/lib/elementary/elm_widget.c
src/lib/elementary/elm_widget.eo
src/lib/elementary/elm_widget.h