corrected Remove() description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -819,7 +819,7 @@ Same as Truncate. Removes the portion from {\it pos} to the end of the string.
|
|||||||
|
|
||||||
\func{wxString\&}{Remove}{\param{size\_t}{ pos}, \param{size\_t}{ len}}
|
\func{wxString\&}{Remove}{\param{size\_t}{ pos}, \param{size\_t}{ len}}
|
||||||
|
|
||||||
Removes the last {\it len} characters from the string, starting at {\it pos}.
|
Removes the {\it len} characters from the string, starting at {\it pos}.
|
||||||
|
|
||||||
\membersection{wxString::RemoveLast}\label{wxstringremovelast}
|
\membersection{wxString::RemoveLast}\label{wxstringremovelast}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user