X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/320ab87c57a457bd953e248d5a51273f9103b34a..5953e7c7d67c212f3513de0d660888c5668441ea:/interface/wx/listbox.h diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index 029a510b5a..07f2540d83 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -199,7 +199,7 @@ public: Position before which to insert the items: if pos is 0 the items will be inserted in the beginning of the listbox */ - void InsertItems(int nItems, const wxString *items, + void InsertItems(unsigned int nItems, const wxString *items, unsigned int pos); /** @@ -234,7 +234,7 @@ public: @param clientData Options array of client data pointers */ - void Set(int n, const wxString* choices, void **clientData = NULL); + void Set(unsigned int n, const wxString* choices, void *clientData); /** Clears the list box and adds the given strings to it. @@ -246,7 +246,7 @@ public: @param clientData Options array of client data pointers */ - void Set(const wxArrayString& choices, void **clientData = NULL); + void Set(const wxArrayString& choices, void *clientData); /** Set the specified item to be the first visible item.