The DocParentFrame class provides a default top-level frame for
applications using the document/view framework. This class can only be used for SDI (not MDI) parent frames.
It cooperates with the View, Document,
DocManager and DocTemplates classes.
See the example application in samples/docview
.
Constructor.
destructor()Destructor.
Deletes all views and documents. If no user input cancelled the
operation, the frame will be destroyed and the application will exit.
Since understanding how document/view clean-up takes place can be difficult,
the implementation of this function is shown below.
[This page automatically generated from the Textile source at 2023-06-03 08:07:35 +0000]