fixed SubString docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -901,7 +901,11 @@ doesn't change this string.
|
||||
|
||||
\constfunc{wxString}{SubString}{\param{size\_t}{ from}, \param{size\_t}{ to}}
|
||||
|
||||
Same as \helpref{Mid}{wxstringmid}.
|
||||
Deprecated, use \helpref{Mid}{wxstringmid} instead (but note that parameters
|
||||
have different meaning).
|
||||
|
||||
Returns the part of the string between the indices {\it from} and {\it to}
|
||||
inclusive.
|
||||
|
||||
\membersection{wxString::ToDouble}\label{wxstringtodouble}
|
||||
|
||||
|
Reference in New Issue
Block a user