efl_ui: add scrollable_content mixin
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 20 Aug 2019 17:11:21 +0000 (13:11 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 23 Aug 2019 08:53:48 +0000 (17:53 +0900)
commit573996f46cb9f43592b0abe0ff12a1f965850842
tree79a3724462ce94bcb323ef4882456a0317970e7d
parent97f037e44d4def1fcfd865803eeb76c55faab52f
efl_ui: add scrollable_content mixin

this allows content to be set with a scroller that automatically handles
its own sizing calcs so that widgets/apps don't have to

@feature

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9674
src/lib/elementary/Efl_Ui.h
src/lib/elementary/efl_ui_widget_scrollable_content.c [new file with mode: 0644]
src/lib/elementary/efl_ui_widget_scrollable_content.eo [new file with mode: 0644]
src/lib/elementary/meson.build