]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/doctempl.tex
fixed assert in SetItemText() for wxTR_MULTIPLE controls
[wxWidgets.git] / docs / latex / wx / doctempl.tex
index 8ce5e943a82045bc0ac24d4e8be80e5388070ace..afaaea357e16dee3546389acfb4e1e5ea544370d 100644 (file)
@@ -125,7 +125,8 @@ member to return a new view instance on demand.
 either {\tt Wx::ClassInfo} objects or strings which contain the name
 of the perl packages which are to be used as {\tt Wx::Document} and
 {\tt Wx::View} classes (they must have a constructor named {\tt
 either {\tt Wx::ClassInfo} objects or strings which contain the name
 of the perl packages which are to be used as {\tt Wx::Document} and
 {\tt Wx::View} classes (they must have a constructor named {\tt
-new}):\par
+new}):
+
 \indented{2cm}{\begin{twocollist}
 \twocolitem{{\bf Wx::DocTemplate->new( docmgr, descr, filter, dir,
 ext, docTypeName, viewTypeName, docClassInfo, viewClassInfo, flags
 \indented{2cm}{\begin{twocollist}
 \twocolitem{{\bf Wx::DocTemplate->new( docmgr, descr, filter, dir,
 ext, docTypeName, viewTypeName, docClassInfo, viewClassInfo, flags
@@ -153,6 +154,9 @@ Creates a new instance of the associated document class. If you have not supplie
 a wxClassInfo parameter to the template constructor, you will need to override this
 function to return an appropriate document instance.
 
 a wxClassInfo parameter to the template constructor, you will need to override this
 function to return an appropriate document instance.
 
+This function calls wxDocTemplate::InitDocument which in turns
+calls wxDocument::OnCreate.
+
 \membersection{wxDocTemplate::CreateView}
 
 \func{wxView *}{CreateView}{\param{wxDocument *}{doc}, \param{long}{ flags = 0}}
 \membersection{wxDocTemplate::CreateView}
 
 \func{wxView *}{CreateView}{\param{wxDocument *}{doc}, \param{long}{ flags = 0}}
@@ -209,6 +213,13 @@ Returns the flags, as passed to the document template constructor.
 
 Returns the view type name, as passed to the document template constructor.
 
 
 Returns the view type name, as passed to the document template constructor.
 
+\membersection{wxDocTemplate::InitDocument}
+
+\func{bool}{InitDocument}{\param{wxDocument* }{doc}, \param{const wxString\& }{path}, \param{long}{ flags = 0}}
+
+Initialises the document, calling wxDocument::OnCreate. This is called from
+wxDocTemplate::CreateDocument.
+
 \membersection{wxDocTemplate::IsVisible}
 
 \func{bool}{IsVisible}{\void}
 \membersection{wxDocTemplate::IsVisible}
 
 \func{bool}{IsVisible}{\void}