From 9c9aeada3d9793dae3c65e90a560a9a0a289d8ac Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Feb 2002 23:22:46 +0000 Subject: [PATCH] added a note that wxStringList is obsolete git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/strlist.tex | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.0