X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63e02796620637b50a96d74a2264f3dea8def866..c36cdfc084f779b67668af8cad3eb6906182af21:/docs/latex/wx/vlbox.tex diff --git a/docs/latex/wx/vlbox.tex b/docs/latex/wx/vlbox.tex index 189a9642af..81e19d5966 100644 --- a/docs/latex/wx/vlbox.tex +++ b/docs/latex/wx/vlbox.tex @@ -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,10 @@ event macros may be used with it. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxSimpleHtmlListBox}{wxsimplehtmllistbox}, \helpref{wxHtmlListBox}{wxhtmllistbox} @@ -332,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}