X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..3fbade2be0b3f496cad03f3ea0a9767e7116146f:/docs/latex/wx/document.tex diff --git a/docs/latex/wx/document.tex b/docs/latex/wx/document.tex index bb02ed455c..49cb5f9caa 100644 --- a/docs/latex/wx/document.tex +++ b/docs/latex/wx/document.tex @@ -1,7 +1,7 @@ \section{\class{wxDocument}}\label{wxdocument} The document class can be used to model an application's file-based -data. It is part of the document/view framework supported by wxWindows, +data. It is part of the document/view framework supported by wxWidgets, and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocTemplate}{wxdoctemplate}\rtfsp and \helpref{wxDocManager}{wxdocmanager} classes. @@ -161,6 +161,9 @@ Copies a suitable document name into the supplied {\it name} buffer. The default function uses the title, or if there is no title, uses the filename; or if no filename, the string {\bf unnamed}. +\perlnote{In wxPerl this function must return the modified name rather +than just modifying the argument.} + \membersection{wxDocument::GetTitle} \constfunc{wxString}{GetTitle}{\void} @@ -197,7 +200,7 @@ Override this function and call it from your own LoadObject before streaming your own data. LoadObject is called by the framework automatically when the document contents need to be loaded. -Note that only one of these forms exists, depending on how wxWindows +Note that only one of these forms exists, depending on how wxWidgets was configured. \membersection{wxDocument::Modify}\label{wxdocumentmodify} @@ -308,7 +311,7 @@ Override this function and call it from your own SaveObject before streaming your own data. SaveObject is called by the framework automatically when the document contents need to be saved. -Note that only one of these forms exists, depending on how wxWindows +Note that only one of these forms exists, depending on how wxWidgets was configured. \membersection{wxDocument::SetCommandProcessor}