wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-05-09 00:02:58 +00:00
parent 1162d0a257
commit 7af6b69e74
4 changed files with 15 additions and 13 deletions

View File

@@ -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.