git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47775
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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.
-Note that if you compile wxWidgets in STL mode (wxUSE_STL defined as 1)
+Note that if you compile wxWidgets in STL mode (wxUSE\_STL defined as 1)
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.
\func{}{wxList<T>}{\void}
\func{}{wxList<T>}{\void}
-\func{}{wxList<T>}{\param{size_t}{ count}, \param{T *}{elements[]}}
+\func{}{wxList<T>}{\param{size\_t}{ count}, \param{T *}{elements[]}}