]> git.saurik.com Git - wxWidgets.git/commitdiff
InsertItems() documented
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Feb 1999 12:38:56 +0000 (12:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Feb 1999 12:38:56 +0000 (12:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listbox.tex

index c34798f1302a5a6ed73f30e4ba46da23856c9680..0c6c93ec27e5edaab11422af746e2a26dc04f66a 100644 (file)
@@ -265,6 +265,21 @@ it.
 \helpref{wxListBox::GetSelections}{wxlistboxgetselections},\rtfsp
 \helpref{wxListBox::SetSelection}{wxlistboxsetselection}
 
+\membersection{wxListBox::InsertItems}\label{wxlistboxinsertitems}
+
+\func{void}{InsertItems}{\param{int}{ nItems}, \param{const wxString}{ items}, \param{int}{ pos}}
+
+Insert the given number of strings before the specified position.
+
+\wxheading{Parameters}
+
+\docparam{nItems}{Number of items in the array {\it items}}
+
+\docparam{items}{Labels of items to be inserted}
+
+\docparam{pos}{Position before which to insert the items: for example, if {\it pos} is 0 the items
+will be inserted in the beginning of the listbox}
+
 \membersection{wxListBox::Number}\label{wxlistboxnumber}
 
 \constfunc{int}{Number}{\void}