]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/checklst.h
gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out
[wxWidgets.git] / include / wx / stubs / checklst.h
index 5cc193d98af8baa3e47d0abb698940ed1b0d7f57..19b4ccb8d35bda67a8213d977bd568346665fad6 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "wx/listbox.h"
 
-typedef   unsigned int  uint;
+typedef   unsigned int  size_t;
 
 class wxCheckListBox : public wxListBox
 {
@@ -37,8 +37,8 @@ public:
                  const wxString& name = wxListBoxNameStr);
 
   // items may be checked
-  bool  IsChecked(uint uiIndex) const;
-  void  Check(uint uiIndex, bool bCheck = TRUE);
+  bool  IsChecked(size_t uiIndex) const;
+  void  Check(size_t uiIndex, bool bCheck = TRUE);
 
   DECLARE_EVENT_TABLE()
 };