elc_popup: support siganl emit for the main layout of popup
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 5 Apr 2016 04:46:38 +0000 (10:16 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Tue, 5 Apr 2016 04:46:38 +0000 (10:16 +0530)
commit4d9a19a1d52543755305cd008c7c4ce648743981
tree40198cbea3f925c314b7b246f19cd1b824b2d630
parentfe7ba5af0022523c4480afdb7299e25490a32018
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
src/lib/elementary/elc_popup.c
src/lib/elementary/elc_popup.h
src/lib/elementary/elm_popup.eo