Applied patch [ 1284335 ] doc update for wxString::operator[]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-09-11 18:04:35 +00:00
parent 95af070abd
commit 41884be320

View File

@@ -1168,11 +1168,13 @@ Concatenation in place: the argument is appended to the string.
\membersection{wxString::operator []}\label{wxstringoperatorbracket}
\func{char\&}{operator []}{\param{size\_t}{ i}}
\func{wxChar\&}{operator []}{\param{size\_t}{ i}}
\func{char}{operator []}{\param{size\_t}{ i}}
\constfunc{wxChar}{operator []}{\param{size\_t}{ i}}
\func{char}{operator []}{\param{int}{ i}}
\func{wxChar\&}{operator []}{\param{int}{ i}}
\constfunc{wxChar}{operator []}{\param{int}{ i}}
Element extraction.