X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7af6b69e74fb1a74badcf435ff607836bba0c7e9..bc253a97e78b2c42b93c1f3cc8e1bcceec68a336:/docs/latex/wx/docmanag.tex?ds=sidebyside diff --git a/docs/latex/wx/docmanag.tex b/docs/latex/wx/docmanag.tex index 83b22df2e5..152157b97f 100644 --- a/docs/latex/wx/docmanag.tex +++ b/docs/latex/wx/docmanag.tex @@ -1,6 +1,6 @@ \section{\class{wxDocManager}}\label{wxdocmanager} -The wxDocManager class is part of the document/view framework supported by wxWindows, +The wxDocManager class is part of the document/view framework supported by wxWidgets, and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument}\rtfsp and \helpref{wxDocTemplate}{wxdoctemplate} classes. @@ -277,6 +277,9 @@ Copies a suitable default name into {\it buf}. This is implemented by appending an integer counter to the string {\bf unnamed} and incrementing the counter. +\perlnote{In wxPerl this function must return the modified name rather +than just modifying the argument.} + \membersection{wxDocManager::OnCreateFileHistory} \func{wxFileHistory *}{OnCreateFileHistory}{\void}