]> git.saurik.com Git - wxWidgets.git/commitdiff
Added minor clarification to the wxListBox events used
authorRobert Roebling <robert@roebling.de>
Thu, 21 Jun 2007 19:49:26 +0000 (19:49 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 21 Jun 2007 19:49:26 +0000 (19:49 +0000)
   by wxVListBox.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/vlbox.tex

index 189a9642af58e3f865f0e6949177848ffc834a3d..6cff3f552d57c59548bc85c9fda115d2d5f9ce93 100644 (file)
@@ -27,7 +27,9 @@ use this class directly because it has pure virtual functions, but will need to
 derive your own class, such as \helpref{wxHtmlListBox}{wxhtmllistbox}, from it.
 
 However it emits the same events as \helpref{wxListBox}{wxlistbox} and the same
-event macros may be used with it.
+event macros may be used with it. Since wxVListBox does not store its items
+itself, the events will only contain the index, not any contents such as the
+string of an item.
 
 \wxheading{Derived from}