]> git.saurik.com Git - wxWidgets.git/commitdiff
document GetTemplates() instead of m_templates
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2008 10:07:42 +0000 (10:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2008 10:07:42 +0000 (10:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/docmanag.tex

index 534c611c22bd7de60dffc79a150261fdb452f9be..a97d6aa9adff507ccc26917e9dc4d304bec77570 100644 (file)
@@ -87,11 +87,11 @@ The directory last selected by the user when opening a file.
 \member{wxFileHistory*}{m\_fileHistory}
 
 
-\membersection{wxDocManager::m\_templates}\label{wxdocmanagermtemplates}
+\membersection{wxDocManager::GetTemplates}\label{wxdocmanagergettemplates}
 
-\member{wxList}{m\_templates}
+\func{wxList\&}{Gettemplates}{\void}
 
-A list of all document templates.
+Returns the list of all document templates.
 
 
 \membersection{wxDocManager::wxDocManager}\label{wxdocmanagerctor}