Several instances of int --> unsigned int
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void InsertItems(const wxArrayString& items, int pos);
|
||||
void InsertItems(const wxArrayString& items, unsigned int pos);
|
||||
void Set(const wxArrayString& items/*, void **clientData = NULL */);
|
||||
|
||||
// multiple selection logic
|
||||
@@ -165,8 +165,8 @@ public:
|
||||
const wxValidator& validator = wxDefaultValidator,
|
||||
const wxString& name = wxPyListBoxNameStr);
|
||||
|
||||
bool IsChecked(int index);
|
||||
void Check(int index, int check = true);
|
||||
bool IsChecked(unsigned int index);
|
||||
void Check(unsigned int index, int check = true);
|
||||
|
||||
#if defined(__WXMSW__) || defined(__WXGTK__)
|
||||
int GetItemHeight();
|
||||
|
Reference in New Issue
Block a user