elm_hoversel: add elm_hoversel_scroll_enabled_set/get() API
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 4 Aug 2015 13:51:36 +0000 (15:51 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 4 Aug 2015 13:51:39 +0000 (15:51 +0200)
commite8264becb8f6f36e3c62c5fc5e4a46bbdbb9cf1f
tree7a19e4670602174899e44a4317501fc6c4a364d2
parent5fda18c5556599313dca5b15ebc11bc2557fa308
elm_hoversel: add elm_hoversel_scroll_enabled_set/get() API

Summary:
Currently, hoversel shows all items at the same time, but to limit
the size of contents and make it scrollable is neccesary to some users.
elm_hoversel_scroll_enabled_set/get() API makes the contents of hoversel
scrollable or not.

Test Plan:
The newly added scroll function is enabled for the second hoversel
in "hoversel" sample of elementary_test.

Reviewers: Hermet, raster, herdsman, cedric, tasn

Subscribers: JackDanielZ, cedric, Hermet

Differential Revision: https://phab.enlightenment.org/D2603

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
data/themes/edc/elm/hover.edc
src/bin/test_hoversel.c
src/lib/elc_hoversel.c
src/lib/elm_hoversel.eo
src/lib/elm_widget_hoversel.h