API that originated from the old wxList class and which can still
be used alternatively for the the same class.
API that originated from the old wxList class and which can still
be used alternatively for the the same class.
then wxList<T> will actually derive from std::list and just add a legacy
compatibility layer for the old wxList class.
then wxList<T> will actually derive from std::list and just add a legacy
compatibility layer for the old wxList class.
Deletes the given element refered to by {\tt iter} from the list,
returning {\tt true} if successful.
Deletes the given element refered to by {\tt iter} from the list,
returning {\tt true} if successful.
Returns the first iterator in the list (NULL if the list is empty).
\membersection{wxList<T>::GetLast}\label{wxlistgetlast}
Returns the first iterator in the list (NULL if the list is empty).
\membersection{wxList<T>::GetLast}\label{wxlistgetlast}
Insert object before {\it position}, i.e. the index of the new item in the
list will be equal to {\it position}. {\it position} should be less than or
equal to \helpref{GetCount}{wxlistgetcount}; if it is equal to it, this is the
same as calling \helpref{Append}{wxlistappend}.
Insert object before {\it position}, i.e. the index of the new item in the
list will be equal to {\it position}. {\it position} should be less than or
equal to \helpref{GetCount}{wxlistgetcount}; if it is equal to it, this is the
same as calling \helpref{Append}{wxlistappend}.
% Use different label name to avoid clashing with wxListItem label
\membersection{wxList<T>::Item}\label{wxlistitemfunc}
% Use different label name to avoid clashing with wxListItem label
\membersection{wxList<T>::Item}\label{wxlistitemfunc}
Returns the iterator refering to the object at the given
{\tt index} in the list.
\membersection{wxList<T>::Member}\label{wxlistmember}
Returns the iterator refering to the object at the given
{\tt index} in the list.
\membersection{wxList<T>::Member}\label{wxlistmember}
{\bf NB:} This function is deprecated, use \helpref{Find}{wxlistfind} instead.
\membersection{wxList<T>::Nth}\label{wxlistnth}
{\bf NB:} This function is deprecated, use \helpref{Find}{wxlistfind} instead.
\membersection{wxList<T>::Nth}\label{wxlistnth}