removed Left(char ch) version which doesn't exist any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
29172908bf
commit
fefc4f1542
@ -736,12 +736,7 @@ Returns a reference to the last character (writable).
|
||||
|
||||
\constfunc{wxString}{Left}{\param{size\_t}{ count}}
|
||||
|
||||
Returns the first {\it count} characters.
|
||||
|
||||
\constfunc{wxString}{Left}{\param{char}{ ch}}
|
||||
|
||||
Returns all characters before the first occurrence of {\it ch}.
|
||||
Returns the whole string if {\it ch} is not found.
|
||||
Returns the first {\it count} characters of the string.
|
||||
|
||||
\membersection{wxString::Len}\label{wxstringlen}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user