]> git.saurik.com Git - wxWidgets.git/commitdiff
and another note about wxStringList vs wxArrayString
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Nov 2000 11:43:17 +0000 (11:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Nov 2000 11:43:17 +0000 (11:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/list.tex

index 293b412d60332f49598d7295c324cbaff647b0d3..dc6ace118a6d00806aa1a8b90e4a99b330dbddc4 100644 (file)
@@ -66,7 +66,9 @@ macros):
 
 For compatibility with previous versions wxList and wxStringList classes are
 still defined, but their usage is deprecated and they will disappear in the
 
 For compatibility with previous versions wxList and wxStringList classes are
 still defined, but their usage is deprecated and they will disappear in the
-future versions completely.
+future versions completely. The use of the latter is especially discouraged as
+it is not only unsafe but is also much less efficient than 
+\helpref{wxArrayString|{wxarraystring} class.
 
 In the documentation of the list classes below, you should replace wxNode with
 wxListName::Node and wxObject with the list element type (i.e. the first
 
 In the documentation of the list classes below, you should replace wxNode with
 wxListName::Node and wxObject with the list element type (i.e. the first