efl_ui_win: add 'exit_on_close' property and unit test
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 31 Jan 2019 16:54:58 +0000 (11:54 -0500)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 6 Feb 2019 22:20:10 +0000 (07:20 +0900)
commit414c594f2a3555bc4065c3fd24f2e0b12344e79a
treea31f85c06fecf1be6bf00114405a27970e5eb683
parent2257863d10092ae87b01ef20b01cc23551767532
efl_ui_win: add 'exit_on_close' property and unit test

Summary:
this property can enable the associated window to quit the main loop with
the passed exit code when the window is destroyed

@feature
fix T5494

Depends on D7594

Reviewers: cedric

Reviewed By: cedric

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T5494

Differential Revision: https://phab.enlightenment.org/D7595
src/lib/elementary/efl_ui_win.c
src/lib/elementary/efl_ui_win.eo
src/tests/elementary/elm_test_win.c