replaced wxControl with wxWindow in 2 methods
[wxWidgets.git] / docs / latex / wx / docchfrm.tex
index 1c03f019350bae49f9ccc9b14cd870c235be7b83..c7332e832b5d32fd18e43c5f5254c2bec6fe53e2 100644 (file)
@@ -3,7 +3,7 @@
 The wxDocChildFrame class provides a default frame for displaying documents
 on separate windows. This class can only be used for SDI (not MDI) child frames.
 
-The class is part of the document/view framework supported by wxWindows,
+The class is part of the document/view framework supported by wxWidgets,
 and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument},
 \rtfsp\helpref{wxDocManager}{wxdocmanager} and \helpref{wxDocTemplate}{wxdoctemplate} classes.
 
@@ -16,6 +16,10 @@ See the example application in {\tt samples/docview}.
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/docview.h>
+
 \wxheading{See also}
 
 \helpref{Document/view overview}{docviewoverview}, \helpref{wxFrame}{wxframe}