* Add public wxApp::sm_isEmbedded flag like on wxMac. Default initialization
authorDavid Elliott <dfe@tgwbd.org>
Fri, 18 May 2007 19:52:14 +0000 (19:52 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 18 May 2007 19:52:14 +0000 (19:52 +0000)
commit879180b655d2f440e55ad094b637f0121b7b4211
treedfcfac9dd6e9dcd6f88b2860ea0d5bd794b49a68
parentbacbf21352631d4a29021b0b4158fb428f045f55
* Add public wxApp::sm_isEmbedded flag like on wxMac.  Default initialization
  to true but a plugin can set it to false to cause wxCocoa to not initialize
  things like the application delegate or the menubar manager.
* Fix call to [NSNotificationCenter removeObserver:] to use the correct object.

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