Doc suggestions applied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -207,6 +207,7 @@ the corresponding topic.
|
||||
\helpref{wxSplitPath}{wxsplitfunction}\\
|
||||
\helpref{wxStartTimer}{wxstarttimer}\\
|
||||
\helpref{wxStaticCast}{wxstaticcast}\\
|
||||
\helpref{wxStrcmp}{wxstrcmp}\\
|
||||
\helpref{wxStricmp}{wxstricmp}\\
|
||||
\helpref{wxStringEq}{wxstringeq}\\
|
||||
\helpref{wxStringMatch}{wxstringmatch}\\
|
||||
@@ -1178,6 +1179,16 @@ This function is deprecated, use \helpref{wxString}{wxstring} class instead.
|
||||
Returns {\tt TRUE} if the pointer is either {\tt NULL} or points to an empty
|
||||
string, {\tt FALSE} otherwise.
|
||||
|
||||
\membersection{::wxStrcmp}\label{wxstrcmp}
|
||||
|
||||
\func{int}{wxStrcmp}{\param{const char *}{p1}, \param{const char *}{p2}}
|
||||
|
||||
Returns a negative value, 0, or positive value if {\it p1} is less than, equal
|
||||
to or greater than {\it p2}. The comparison is case-sensitive.
|
||||
|
||||
This function complements the standard C function {\it stricmp()} which performs
|
||||
case-insensitive comparison.
|
||||
|
||||
\membersection{::wxStricmp}\label{wxstricmp}
|
||||
|
||||
\func{int}{wxStricmp}{\param{const char *}{p1}, \param{const char *}{p2}}
|
||||
|
Reference in New Issue
Block a user