T531 - Elemntary_popup does not respond to 'close' event

Reviewers: seoz, raster

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D344
This commit is contained in:
Sanjeev BA 2013-11-22 06:16:49 +09:00
parent d88f919cad
commit 1a4f8a0979
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ elm_main(int argc, char **argv)
elm_object_text_set(btn3, "Close");
// Setting this action button
elm_object_part_content_set(popup, "button3", btn3);
evas_object_smart_callback_add(btn3, "clicked", _response_cb, popup);
// Setting the orientation of popup to Top
elm_popup_orient_set(popup, ELM_POPUP_ORIENT_TOP);
// Display the popup object