elm_focus: implement elm_object_focus_next_item_set / get
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 3 Dec 2018 10:46:48 +0000 (11:46 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 04:44:53 +0000 (13:44 +0900)
commit1068b2956df7a50d22360d3235eca116c79e2ca5
tree98b11f9dcbc2b2280fdfd79e756800e709843865
parent55d1eac003ec1e37ee77b96755b5ff9eb9fd2460
elm_focus: implement elm_object_focus_next_item_set / get

you can use this now to let the focus move to the widget container of
the passed item.

I know this patch contains a whitespace change, but i have to get out
this whitespace each & every time i am editing the file - which is
annoying. So remove it once, which makes further work easier.

fixes T6183.

Reviewed-by: YeongJong Lee <yj34.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D7408
src/bin/elementary/test.c
src/bin/elementary/test_focus.c
src/lib/elementary/elm_focus_legacy.c