refactor wxDocChildFrame and wxDocMDIChildFrame to use wxDocChildFrameAny intead...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Feb 2009 12:24:03 +0000 (12:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Feb 2009 12:24:03 +0000 (12:24 +0000)
commita9e2e6e52b9c2371413597a92ccc4f8352963c32
treeee5d28abd8934994e1327c094b9b7151eef979bf
parent021f9dee07486c1171b7db0060802a7cab215cad
refactor wxDocChildFrame and wxDocMDIChildFrame to use wxDocChildFrameAny intead of duplicating its code (with subtle differences, as usual); also added wxDocChildFrameAnyBase and store a pointer to it in wxView to reset the frame view if the view is being deleted because its creation fails to avoid crashes in this case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/docmdi.h
include/wx/docview.h
src/common/docmdi.cpp
src/common/docview.cpp