minor docs fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-06-22 15:04:06 +00:00
parent f32e5dc5ca
commit b59893f3ef
2 changed files with 8 additions and 7 deletions

View File

@@ -673,25 +673,25 @@ Returns the index of the first item matched, or NOT\_FOUND.
\constfunc{bool}{IsAscii}{\void}
Returns TRUE if the string is ASCII.
Returns TRUE if the string contains only ASCII characters.
\membersection{wxString::IsEmpty}\label{wxstringisempty}
\constfunc{bool}{IsEmpty}{\void}
Returns TRUE if the string is NULL.
Returns TRUE if the string is empty.
\membersection{wxString::IsNull}\label{wxstringisnull}
\constfunc{bool}{IsNull}{\void}
Returns TRUE if the string is NULL (same as IsEmpty).
Returns TRUE if the string is empty (same as \helpref{IsEmpty}{wxstringisempty}).
\membersection{wxString::IsNumber}\label{wxstringisnumber}
\constfunc{bool}{IsNumber}{\void}
Returns TRUE if the string is a positive or negative integer. Will return FALSE for decimals.
Returns TRUE if the string is an integer (with possible sign).
\membersection{wxString::IsSameAs}\label{wxstringissameas}