X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..395a82b13fa5f316d2d0dead17701e9bc23337d3:/docs/latex/wx/docmanag.tex diff --git a/docs/latex/wx/docmanag.tex b/docs/latex/wx/docmanag.tex index 50b9e0da96..c1d1161a07 100644 --- a/docs/latex/wx/docmanag.tex +++ b/docs/latex/wx/docmanag.tex @@ -246,9 +246,9 @@ Returns the directory last selected by the user when opening a file. Initially e Returns the number of documents that can be open simultaneously. -\membersection{wxDocManager::GetNoHistoryFiles} +\membersection{wxDocManager::GetHistoryFilesCount} -\func{int}{GetNoHistoryFiles}{\void} +\func{size\_t}{GetHistoryFilesCount}{\void} Returns the number of files currently stored in the file history. @@ -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}