char->wxChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -540,7 +540,7 @@ Returns the empty string if {\it ch} is not found.
|
|||||||
|
|
||||||
\membersection{wxString::c\_str}\label{wxstringcstr}
|
\membersection{wxString::c\_str}\label{wxstringcstr}
|
||||||
|
|
||||||
\constfunc{const char *}{c\_str}{\void}
|
\constfunc{const wxChar *}{c\_str}{\void}
|
||||||
|
|
||||||
Returns a pointer to the string data ({\tt const char*} in ANSI build,
|
Returns a pointer to the string data ({\tt const char*} in ANSI build,
|
||||||
{\tt const wchar\_t*} in Unicode build).
|
{\tt const wchar\_t*} in Unicode build).
|
||||||
@@ -694,7 +694,7 @@ Returns the character at position {\it n} (read-only).
|
|||||||
|
|
||||||
\membersection{wxString::GetData}\label{wxstringgetdata}
|
\membersection{wxString::GetData}\label{wxstringgetdata}
|
||||||
|
|
||||||
\constfunc{const char*}{GetData}{\void}
|
\constfunc{const wxChar*}{GetData}{\void}
|
||||||
|
|
||||||
wxWidgets 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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user