efl_ui_popup: add Efl.Ui.Popup class
authorTaehyub Kim <taehyub.kim@samsung.com>
Fri, 28 Jul 2017 05:48:48 +0000 (14:48 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 28 Nov 2017 08:15:42 +0000 (17:15 +0900)
commit996a975506edbbc695ecf6ec5e6c4c58a1ac1a50
tree1cbcbfb46edfe385bacc723559a185d225b7caeb
parente8ae4178d846136e9993828c3523002c24cdf015
efl_ui_popup: add Efl.Ui.Popup class

Summary: add initial code for Efl.Ui.Popup class

Test Plan: 1. run elementary_test -to efluipopup

Reviewers: Jaehyun_Cho, Blackmole, thiepha, woohyun, cedric

Reviewed By: Jaehyun_Cho

Subscribers: bu5hm4n, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5037
data/elementary/themes/edc/elm/popup.edc
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.c [new file with mode: 0644]
src/lib/elementary/efl_ui_popup.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_popup_private.h [new file with mode: 0644]