Add support for child documents to docview framework.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Jun 2011 00:09:37 +0000 (00:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Jun 2011 00:09:37 +0000 (00:09 +0000)
commit4db97e24f5e2ad38970c55148ddb807399ecd191
tree904cf3d802b890a99a3dd86a35350122f5be20cb
parent9f3b6638e4dc6d3dc6c85a18f436cf9ab4eddaeb
Add support for child documents to docview framework.

Child documents are virtual documents corresponding to parts of their parent
document which can't be saved nor loaded independently of their parent and are
closed when the parent is closed.

This finally makes some use of wxDocument::m_documentParent field which was
always present in the docview code but never used before.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/docview.h
interface/wx/docview.h
samples/docview/doc.cpp
samples/docview/doc.h
samples/docview/view.cpp
samples/docview/view.h
src/common/docview.cpp