X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d8fcdf973f5cb5eedfe0c47c493b18df72a8d70c..a0b575116060526bf26554a2fe5d29ec2c0bc693:/docs/latex/wx/list.tex?ds=sidebyside diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 6eeecb52c3..2d49800caf 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -101,7 +101,8 @@ it is not only unsafe but is also much less efficient than \wxheading{See also} -\helpref{wxArray}{wxarray} +\helpref{wxArray}{wxarray}, +\helpref{wxVector}{wxvector} \latexignore{\rtfignore{\wxheading{Members}}} @@ -126,7 +127,7 @@ unless you called DeleteContents({\tt true} ). Appends the pointer to \rtfsp{\it object} to the list. -\membersection{wxList::Clear}\label{wxlistclear} +\membersection{wxList::Clear}\label{wxlistclear1} \func{void}{Clear}{\void} @@ -193,7 +194,7 @@ Returns the last iterator in the list (NULL if the list is empty). Returns the index of {\it obj} within the list or {\tt wxNOT\_FOUND} if {\it obj} is not found in the list. -\membersection{wxList::Insert}\label{wxlistinsert} +\membersection{wxList::Insert}\label{wxlistinsert1} \func{wxList::compatibility\_iterator}{Insert}{\param{T *}{object}}