From 06e317a336fd52a123626595db192eeeb7408468 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 May 2005 16:56:10 +0000 Subject: [PATCH] document Cmp[NoCase]() overloads taking wxString too (bug 1198423) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/wxstring.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index f3296fe1b8..536e2abfec 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -560,6 +560,8 @@ See also: \helpref{Empty}{wxstringempty} \membersection{wxString::Cmp}\label{wxstringcmp} +\constfunc{int}{Cmp}{\param{const wxString\&}{ s}} + \constfunc{int}{Cmp}{\param{const char*}{ psz}} Case-sensitive comparison. @@ -572,6 +574,8 @@ See also \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissa \membersection{wxString::CmpNoCase}\label{wxstringcmpnocase} +\constfunc{int}{CmpNoCase}{\param{const wxString\&}{ s}} + \constfunc{int}{CmpNoCase}{\param{const char*}{ psz}} Case-insensitive comparison. -- 2.45.2