]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/vlbox.tex
added wxMessageQueue class for inter-thread communications
[wxWidgets.git] / docs / latex / wx / vlbox.tex
index be8dd54485e5ed293b32d388e33336c50a11a2e0..81e19d59661e90b60accfdc99601a32a6358b01e 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}
 
@@ -41,6 +43,14 @@ event macros may be used with it.
 
 <wx/vlbox.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
+\wxheading{See also}
+
+\helpref{wxSimpleHtmlListBox}{wxsimplehtmllistbox}, \helpref{wxHtmlListBox}{wxhtmllistbox}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
@@ -328,7 +338,7 @@ This method is only valid for multi selection listboxes.
 Set the number of items to be shown in the control.
 
 This is just a synonym for
-\helpref{wxVScrolledWindow::SetLineCount()}{wxvscrolledwindowsetlinecount}.
+\helpref{wxVScrolledWindow::SetRowCount()}{wxvarvscrollhelpersetrowcount}.
 
 
 \membersection{wxVListBox::SetMargins}\label{wxvlistboxsetmargins}
@@ -363,6 +373,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}
@@ -380,3 +394,4 @@ This method is only valid for multi selection listboxes.
 \wxheading{See also}
 
 \helpref{Select}{wxvlistboxselect}
+