]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/array.tex
Always draw the selection of selected items, not just when they have
[wxWidgets.git] / docs / latex / wx / array.tex
index e4415b39c6624bfa336c3818d308c022abde7c67..9fa90ec11e349c98105edf0857b45acfabc5ba2f 100644 (file)
@@ -493,7 +493,8 @@ append a lot of items.
 Preallocates memory for a given number of array elements. It is worth calling
 when the number of items which are going to be added to the array is known in
 advance because it will save unneeded memory reallocation. If the array already
-has enough memory for the given number of items, nothing happens.
+has enough memory for the given number of items, nothing happens. In any case,
+the existing contents of the array is not modified.
 
 \membersection{wxArray::Clear}\label{wxarrayclear}