elc_popup: support siganl emit for the main layout of popup 05/65905/1
authorTaehyub Kim <taehyub.kim@samsung.com>
Thu, 14 Apr 2016 02:20:39 +0000 (11:20 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 14 Apr 2016 02:20:47 +0000 (11:20 +0900)
commitb2058b97b8ded9a23b96745a3e19987147295314
treed62fc50527939d3dd78cfb08a6dc6902053e33e1
parentf504e1899ef019c88b7c18550083334d7f14f49d
elc_popup: support siganl emit for the main layout of popup

Summary:
Popup has the main layout to show popup view, but it is not resize object of popup.
As the result, we cannot emit the signal to the main layout when we want to change the state of the popup.
So, popup inherited a layout signal emit and redirect the signal to the main layout.

Test Plan:
1. add the custom signal in elm/popup/base/default layout
2. send the custom siganl in application code
Reviewers: woohyun, raster, cedric, Hermet, singh.amitesh

Reviewed By: singh.amitesh

Subscribers: jpeg

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

Change-Id: I12f0f313dc76b2e27dde95ec5e13f8a5c04e6792
src/lib/elc_popup.c
src/lib/elc_popup.h
src/lib/elm_popup.eo