X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7ec36183c70bfcbdf77e60caa04e34feee63ddc..19cf1ef3a7077dd99a90f141847b8a9b67b318c9:/docs/latex/wx/list.tex?ds=sidebyside diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 3db64cfdd9..50482dd315 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -27,7 +27,7 @@ information on how to use the class. Below we documented the legacy 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 will actually derive from std::list and just add a legacy compatibility layer for the old wxList class. @@ -90,6 +90,10 @@ it is not only unsafe but is also much less efficient than +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{wxArray}{wxarray} @@ -100,7 +104,7 @@ it is not only unsafe but is also much less efficient than \func{}{wxList}{\void} -\func{}{wxList}{\param{size_t}{ count}, \param{T *}{elements[]}} +\func{}{wxList}{\param{size\_t}{ count}, \param{T *}{elements[]}} Constructors.