]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strlist.tex
only test for pangoft2 if we're using GTK 2
[wxWidgets.git] / docs / latex / wx / strlist.tex
index db26f1702fb93161d9ce017b706eb73a8d49614a..4c98872b3091647fff06e2502818b1c75ceb2edc 100644 (file)
@@ -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
@@ -10,6 +14,10 @@ member.
 \helpref{wxList}{wxlist}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/list.h>
+
 \wxheading{See also}
 
 \helpref{wxString}{wxstring}, \helpref{wxList}{wxlist}