widget: Mark focus_region_show as protected (EO)
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 29 Aug 2017 05:48:48 +0000 (14:48 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 29 Aug 2017 05:50:36 +0000 (14:50 +0900)
commitc6c1751fe3b8d2a208803e6f7dd786fab68f4b15
treede83f5e1f2ea676736b5f343061c2ecad667e90f
parent233068c30c90c7cafbdcd7108f78ea0d353d26ad
widget: Mark focus_region_show as protected (EO)

This function is meant to be used by the widgets themselves, or internal
features such as elm_access.

Also remove const tag: this function call is definitely modifying the
widget (panning around and all that).

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