Name change replacements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-05-04 08:52:33 +00:00
parent 03d21d9053
commit 74ca941903
229 changed files with 1170 additions and 1138 deletions

View File

@@ -203,9 +203,9 @@ Other string functions.
\helpref{Pad}{wxstringpad}\\
\helpref{Truncate}{wxstringtruncate}
\membersection{wxWindows 1.xx compatibility functions}
\membersection{wxWidgets 1.xx compatibility functions}
These functions are deprecated, please consider using new wxWindows 2.0
These functions are deprecated, please consider using new wxWidgets 2.0
functions instead of them (or, even better, std::string compatible variants).
\helpref{SubString}{wxstringsubstring}\\
@@ -623,7 +623,7 @@ Returns the number of occurrences of {\it ch} in the string.
Converts the string or character from an ASCII, 7-bit form
to the native wxString representation. Most useful when using
a Unicode build of wxWindows.
a Unicode build of wxWidgets.
\membersection{wxString::GetChar}\label{wxstringgetchar}
@@ -635,7 +635,7 @@ Returns the character at position {\it n} (read-only).
\constfunc{const char*}{GetData}{\void}
wxWindows compatibility conversion. Returns a constant pointer to the data in the string.
wxWidgets compatibility conversion. Returns a constant pointer to the data in the string.
\membersection{wxString::GetWritableChar}\label{wxstringgetwritablechar}