]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/array.tex
Added periods
[wxWidgets.git] / docs / latex / wx / array.tex
index fb95b479b5d552e5385be7439b6594f7bdbb0239..fd3065b1411548ea3f4d55c3f1dbe88adb643867 100644 (file)
@@ -85,6 +85,10 @@ example:
 \begin{verbatim}
 #include <wx/dynarray.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 // we must forward declare the array because it is used inside the class
 // declaration
 class MyDirectory;
@@ -242,7 +246,6 @@ Functions in this section return the total number of array elements and allow to
 retrieve them - possibly using just the C array indexing $[]$ operator which
 does exactly the same as \helpref{Item()}{wxarrayitem} method.
 
-\helpref{Count}{wxarraycount}\\
 \helpref{GetCount}{wxarraygetcount}\\
 \helpref{IsEmpty}{wxarrayisempty}\\
 \helpref{Item}{wxarrayitem}\\
@@ -515,13 +518,6 @@ the existing contents of the array is not modified.
 This function does the same as \helpref{Empty()}{wxarrayempty} and additionally
 frees the memory allocated to the array.
 
-\membersection{wxArray::Count}\label{wxarraycount}
-
-\constfunc{size\_t}{Count}{\void}
-
-Same as \helpref{GetCount()}{wxarraygetcount}. This function is deprecated -
-it exists only for compatibility.
-
 \membersection{wxObjArray::Detach}\label{wxobjarraydetach}
 
 \func{T *}{Detach}{\param{size\_t }{index}}