focus: Change new API names related to focus auto scrolling.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 11 May 2014 13:42:45 +0000 (22:42 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Sun, 11 May 2014 13:46:16 +0000 (22:46 +0900)
commitd000a25d19f1613898d31afa825f9c8613cb06bd
tree33ab24a7bc914671da243823bd2a41ad691f32c7
parent4e7b54066a45178abaa1b1c2a76c82e09c9392ac
focus: Change new API names related to focus auto scrolling.

elm_config_focus_auto_scroll_bring_in_enabled_get/set()
 ->
elm_config_focus_autoscroll_mode_get/set()

The main reason is that bring_in_enabled_get/set() APIs are too restricted
and thus not flexible. I got more requirements for the focus autoscrolling
such as none, wholely visible not just bring_in and show. So it is correct
to add mode_set/get() APIs for the focus auto scrolling.

Thanks god, we've found this before the release :)

@feature
16 files changed:
config/default/base.src
config/mobile/base.src
config/standard/base.src
src/bin/config.c
src/bin/test_gengrid.c
src/bin/test_genlist.c
src/bin/test_list.c
src/bin/test_toolbar.c
src/lib/elm_config.c
src/lib/elm_config.h
src/lib/elm_gengrid.c
src/lib/elm_genlist.c
src/lib/elm_list.c
src/lib/elm_priv.h
src/lib/elm_toolbar.c
src/lib/elm_widget.c