remove _ from labels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -334,31 +334,31 @@ Returns the first item in the list.
|
|||||||
|
|
||||||
Inserts an item (or several) at the given position.
|
Inserts an item (or several) at the given position.
|
||||||
|
|
||||||
\membersection{wxList<T>::max\_size}\label{wxlistmax\_size}
|
\membersection{wxList<T>::max\_size}\label{wxlistmaxsize}
|
||||||
|
|
||||||
\constfunc{size\_type}{max\_size}{\void}
|
\constfunc{size\_type}{max\_size}{\void}
|
||||||
|
|
||||||
Returns the largest possible size of the list.
|
Returns the largest possible size of the list.
|
||||||
|
|
||||||
\membersection{wxList<T>::pop\_back}\label{wxlistpop\_back}
|
\membersection{wxList<T>::pop\_back}\label{wxlistpopback}
|
||||||
|
|
||||||
\func{void}{pop\_back}{\void}
|
\func{void}{pop\_back}{\void}
|
||||||
|
|
||||||
Removes the last item from the list.
|
Removes the last item from the list.
|
||||||
|
|
||||||
\membersection{wxList<T>::pop\_front}\label{wxlistpop\_front}
|
\membersection{wxList<T>::pop\_front}\label{wxlistpopfront}
|
||||||
|
|
||||||
\func{void}{pop\_front}{\void}
|
\func{void}{pop\_front}{\void}
|
||||||
|
|
||||||
Removes the first item from the list.
|
Removes the first item from the list.
|
||||||
|
|
||||||
\membersection{wxList<T>::push\_back}\label{wxlistpush\_back}
|
\membersection{wxList<T>::push\_back}\label{wxlistpushback}
|
||||||
|
|
||||||
\func{void}{push\_back}{\param{const\_reference }{v = value\_type()}}
|
\func{void}{push\_back}{\param{const\_reference }{v = value\_type()}}
|
||||||
|
|
||||||
Adds an item to end of the list.
|
Adds an item to end of the list.
|
||||||
|
|
||||||
\membersection{wxList<T>::push\_front}\label{wxlistpush\_front}
|
\membersection{wxList<T>::push\_front}\label{wxlistpushfront}
|
||||||
|
|
||||||
\func{void}{push\_front}{\param{const\_reference }{v = value\_type()}}
|
\func{void}{push\_front}{\param{const\_reference }{v = value\_type()}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user