]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated wxArrayString documentation.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 3 Jul 2003 22:01:56 +0000 (22:01 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 3 Jul 2003 22:01:56 +0000 (22:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/arrstrng.tex

index 0d12b11b81bd34a61a568d1e996ad75e987cbc9f..70ec048f43c9620aef2fd209389ace6065c37ed1 100644 (file)
@@ -228,7 +228,9 @@ an attempt to remove an element which does not exist in debug build.
 
 See also: \helpref{Index}{wxarraystringindex}
 
-\func{void}{Remove}{\param{size\_t }{nIndex}, \param{size\_t }{count = $1$}}
+\membersection{wxArrayString::RemoveAt}\label{wxarraystringremoveat}
+
+\func{void}{RemoveAt}{\param{size\_t }{nIndex}, \param{size\_t }{count = $1$}}
 
 Removes {\it count} items starting at position {\it nIndex} from the array.