X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..fcf77487edae715c75f0f802a96e203d88dd56c6:/docs/latex/wx/strlist.tex diff --git a/docs/latex/wx/strlist.tex b/docs/latex/wx/strlist.tex index 79b0a3880c..4c98872b30 100644 --- a/docs/latex/wx/strlist.tex +++ b/docs/latex/wx/strlist.tex @@ -1,5 +1,9 @@ \section{\class{wxStringList}}\label{wxstringlist} +{\bf NB:} This class is obsolete, please don't use it any longer. You can use +either \helpref{wxArrayString}{wxarraystring} or a \helpref{type safe}{wxlist} +list class instead. + A string list is a list which is assumed to contain strings. Memory is allocated when strings are added to the list, and deallocated by the destructor or by the {\bf Delete}\rtfsp