Call -[NSApplication stop] instead of terminate. The stop message will
authorDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 02:46:12 +0000 (02:46 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 02:46:12 +0000 (02:46 +0000)
commitbc34fa2617f49d6e4c34db243ec0cdf62dd246c6
treec20c1e2629f38ff34ec93cd83e58efce657159ba
parent5b72b3440180cf270f4518ff0e28ff56582438fb
Call -[NSApplication stop] instead of terminate. The stop message will
return to the caller allowing processing to continue until all events
have been processed.  Make sure that no more idle events are installed
by checking -[NSApplication isRunning].

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/app.mm