]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listbox.i
applied patch 1378261
[wxWidgets.git] / wxPython / src / _listbox.i
index ef426b07a030d028d1b6e8fc6828172f7739741e..2bf130c77c627747cfe9852b559c70350ac72b71 100644 (file)
@@ -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();