X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..820b49cdbf6fa6e6aac6bbb66e84ea9f5f5f745d:/docs/latex/wx/strlist.tex diff --git a/docs/latex/wx/strlist.tex b/docs/latex/wx/strlist.tex index 0c45fe457e..4c98872b30 100644 --- a/docs/latex/wx/strlist.tex +++ b/docs/latex/wx/strlist.tex @@ -1,7 +1,11 @@ \section{\class{wxStringList}}\label{wxstringlist} -A string list is a list which is assumed to contain strings, with a -specific member functions. Memory is allocated when strings are added to +{\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 member. @@ -10,6 +14,10 @@ member. \helpref{wxList}{wxlist}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxString}{wxstring}, \helpref{wxList}{wxlist} @@ -39,6 +47,12 @@ Deletes string list, deallocating strings. Adds string to list, allocating memory. +\membersection{wxStringList::Clear} + +\func{void}{Clear}{\void} + +Clears all strings from the list. + \membersection{wxStringList::Delete} \func{void}{Delete}{\param{const wxString\& }{s}}