document WX_PREPEND_ARRAY (part of patch 1590194)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-11-04 12:18:15 +00:00
parent 17cb6ff641
commit e38f59e899

View File

@ -250,7 +250,8 @@ does exactly the same as \helpref{Item()}{wxarrayitem} method.
\helpref{Add}{wxarrayadd}\\
\helpref{Insert}{wxarrayinsert}\\
\helpref{SetCount}{wxarraysetcount}\\
\helpref{WX\_APPEND\_ARRAY}{wxappendarray}
\helpref{WX\_APPEND\_ARRAY}{wxappendarray}\\
\helpref{WX\_PREPEND\_ARRAY}{wxprependarray}
\membersection{Removing items}\label{arrayremoving}
@ -405,6 +406,13 @@ WX_DEFINE_OBJARRAY(wxArrayOfMyClass);
This macro may be used to append all elements of the {\it other} array to the
{\it array}. The two arrays must be of the same type.
\membersection{WX\_PREPEND\_ARRAY}\label{wxprependarray}
\func{void}{WX\_PREPEND\_ARRAY}{\param{wxArray\& }{array}, \param{wxArray\& }{other}}
This macro may be used to prepend all elements of the {\it other} array to the
{\it array}. The two arrays must be of the same type.
\membersection{WX\_CLEAR\_ARRAY}\label{wxcleararray}
\func{void}{WX\_CLEAR\_ARRAY}{\param{wxArray\& }{array}}