]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/vlbox.tex
Remove const bool
[wxWidgets.git] / docs / latex / wx / vlbox.tex
index 00e4c8f2957109d4b62e3f71eb1968cf17d21fe5..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}
 
@@ -367,6 +369,10 @@ Sets the colour to be used for the selected cells background. The background of
 the standard cells may be changed by simply calling
 \helpref{SetBackgroundColour}{wxwindowsetbackgroundcolour}.
 
+Notice that using non-default background colour may result in control having
+appearance different from the similar native controls and so should in general
+be avoided.
+
 \wxheading{See also}
 
 \helpref{GetSelectionBackground}{wxvlistboxgetselectionbackground}