Contrary to what I had thought, the addSubview and replaceSubview:with:
authorDavid Elliott <dfe@tgwbd.org>
Wed, 6 Aug 2003 14:44:18 +0000 (14:44 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 6 Aug 2003 14:44:18 +0000 (14:44 +0000)
commitd4675cac4e6b2398ceb8c5e6630a90dcac85f745
tree529035b9fc53709665687d436a3851e96d465376
parentd07825bc2fa294d37aaac9624a33c48c40102d0e
Contrary to what I had thought, the addSubview and replaceSubview:with:
messages do in fact retain the new subview properly.  This is what the
documentation clearly states, and it checks out when looking at the
retainCount.  I think I had been covering up a bug which I've since fixed.

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