adding focus direction for gengrid
authorm.zielonka <m.zielonka@samsung.com>
Mon, 24 Mar 2014 07:38:27 +0000 (16:38 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 24 Mar 2014 07:38:27 +0000 (16:38 +0900)
commit4fe82cc740eda0c6b50ee09aedcf173aac1e775d
tree65a83e288ed3d3741ae4fcdc568edfe57b8c59ac
parentda77baab86477e741b49d1e7338e32ab402849f5
adding focus direction for gengrid

Summary:
It is implementation of focus_direction method for gengrid widget.

We need it in our project. We must service focus by
directions and we want to use gengrid widget. Additionally we must
support changing focus by keyboard (TV remote).
Unfortunately gengrid hasn't default implementation to present its
sub-objects as candidates for focus direction.

Our solution can search for focusable sub-objects (from realized items)
and change then focused and last selected variables in gengrid. If this
candidate wins then object will receive focus.

Reviewers: cedric, raster

CC: raster, seoz
Differential Revision: https://phab.enlightenment.org/D449
13 files changed:
.gitignore
config/default/base.src
config/mobile/base.src
config/standard/base.src
configure.ac
src/bin/test.c
src/bin/test_gengrid.c
src/lib/elm_gengrid.c
src/lib/elm_gengrid_common.h
src/lib/elm_widget_gengrid.h
src/modules/Makefile.am
src/modules/gengrid_focus_hook/Makefile.am [new file with mode: 0644]
src/modules/gengrid_focus_hook/gengrid_focus_hook.c [new file with mode: 0644]