]> git.saurik.com Git - wxWidgets.git/commitdiff
int -> unsigned int in wxListBox docs.
authorRobert Roebling <robert@roebling.de>
Sun, 30 Apr 2006 09:59:07 +0000 (09:59 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 30 Apr 2006 09:59:07 +0000 (09:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listbox.tex

index 75e7b48b5bffeff86329fc7fc63e4dfa1159c1ec..3c8d967241f6b6b3c951d26aee08b3b0e381839d 100644 (file)
@@ -180,9 +180,9 @@ selected items as a list.}
 
 \membersection{wxListBox::InsertItems}\label{wxlistboxinsertitems}
 
-\func{void}{InsertItems}{\param{int}{ nItems}, \param{const wxString}{ *items}, \param{int}{ pos}}
+\func{void}{InsertItems}{\param{int}{ nItems}, \param{const wxString}{ *items}, \param{unsigned int}{ pos}}
 
-\func{void}{InsertItems}{\param{const wxArrayString\&}{ nItems}, \param{int}{ pos}}
+\func{void}{InsertItems}{\param{const wxArrayString\&}{ nItems}, \param{unsigned int}{ pos}}
 
 Insert the given number of strings before the specified position.