efl_ui_popup_alert_scroll: add Efl.Ui.Popup.Alert.Scroll class
authorTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Aug 2017 04:18:45 +0000 (13:18 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 28 Nov 2017 08:15:42 +0000 (17:15 +0900)
commitf22d40b1e66d76dc5c1b38bcd3829d1ec5fe9948
tree5e15d85b2f2f256a71a721c1b61efcf3d437cf1c
parentb1eac4c46ba00528ae28a8b41c490dff95c66140
efl_ui_popup_alert_scroll: add Efl.Ui.Popup.Alert.Scroll class

Summary:
Add initial code for Efl.Ui.Popup.Alert.Scroll Class.
It supports scrolling content.

Test Plan: 1. run elementary_test -to efluipopupalertscroll

Reviewers: Jaehyun_Cho, jpeg, thiepha, cedric, Blackmole, woohyun

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D5123
src/Makefile_Elementary.am
src/bin/elementary/test.c
src/bin/elementary/test_popup.c
src/lib/elementary/Elementary.h
src/lib/elementary/efl_ui_popup_alert_scroll.c [new file with mode: 0644]
src/lib/elementary/efl_ui_popup_alert_scroll.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_popup_alert_scroll_part.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_popup_alert_scroll_private.h [new file with mode: 0644]