X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..21977bac1ae09f726d1437b1b7092ae5b3f99119:/docs/latex/wx/strlist.tex diff --git a/docs/latex/wx/strlist.tex b/docs/latex/wx/strlist.tex index 0c45fe457e..79b0a3880c 100644 --- a/docs/latex/wx/strlist.tex +++ b/docs/latex/wx/strlist.tex @@ -1,7 +1,7 @@ \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 +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 +10,10 @@ member. \helpref{wxList}{wxlist}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxString}{wxstring}, \helpref{wxList}{wxlist} @@ -39,6 +43,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}}