]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listbox.tex
cvs debugging
[wxWidgets.git] / docs / latex / wx / listbox.tex
index 8e8780ffa8d7870b58f5c497cffdc54f4c6da49f..af66b1a91ca3a45710ac8540e76e85cd479b166a 100644 (file)
@@ -282,6 +282,9 @@ Insert the given number of strings before the specified position.
 \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}
 
+\pythonnote{The first two parameters are collapsed into a single
+parameter for wxPython, which is a list of strings.}
+
 \membersection{wxListBox::Number}\label{wxlistboxnumber}
 
 \constfunc{int}{Number}{\void}