elementary/ctxpopup - [E-devel] [Patch] when parent of ctxpopup is resized, call...
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 17 Jan 2013 04:44:05 +0000 (04:44 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 17 Jan 2013 04:44:05 +0000 (04:44 +0000)
commitf934daf25b9f7de51917041133ea50632dd97fef
tree8a564d7522d52c4421b1a501cf707a8374254275
parente52a6f9eef18ab649dd680a1dd88b32dee328019
elementary/ctxpopup - [E-devel] [Patch] when parent of ctxpopup is resized, call dismissed signal

Before the patch, when window of device which has elementary rotates,
the ctxpopup doesn't emit the "dismissed" signal to application.
For this reason, if an application developer wants to make an event using "dismissed" signal when device rotates,
he/she cannot do anything.

But after add evas_object_smart_callback in the function "_on_parent_resize",
this problem is resolved.
That means, whether a device is rotated or not, when ctxpopup disappears, "dismissed" signal is emitted.
So I want you to check this patch.

Thank you.

Signed-Off-By: Bora Hwang<bora1.hwang@samsung.com>
SVN revision: 82918
AUTHORS
ChangeLog
NEWS
src/lib/elc_ctxpopup.c