X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/762e199741e236841278dfa6c08a7a0ca376252e..ec59d2ccea39b0225f49e6dd326d4d11940d656d:/docs/latex/wx/doctempl.tex diff --git a/docs/latex/wx/doctempl.tex b/docs/latex/wx/doctempl.tex index 8d817852db..ebae77f6ef 100644 --- a/docs/latex/wx/doctempl.tex +++ b/docs/latex/wx/doctempl.tex @@ -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 -new}):\par +new}): + \indented{2cm}{\begin{twocollist} \twocolitem{{\bf Wx::DocTemplate->new( docmgr, descr, filter, dir, ext, docTypeName, viewTypeName, docClassInfo, viewClassInfo, flags @@ -213,7 +214,7 @@ Returns the view type name, as passed to the document template constructor. \func{bool}{IsVisible}{\void} -Returns TRUE if the document template can be shown in user dialogs, FALSE otherwise. +Returns true if the document template can be shown in user dialogs, false otherwise. \membersection{wxDocTemplate::SetDefaultExtension}