]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/checklst.h
HTML help: index panel now displays only part of index matching given substring ...
[wxWidgets.git] / include / wx / stubs / checklst.h
index b0fc0a2978c761666bb49ac28fad1dfaee3aa32f..19b4ccb8d35bda67a8213d977bd568346665fad6 100644 (file)
@@ -17,7 +17,9 @@
 #pragma interface "checklst.h"
 #endif
 
-typedef   unsigned int  uint;
+#include "wx/listbox.h"
+
+typedef   unsigned int  size_t;
 
 class wxCheckListBox : public wxListBox
 {
@@ -35,11 +37,8 @@ public:
                  const wxString& name = wxListBoxNameStr);
 
   // items may be checked
-  bool  IsChecked(uint uiIndex) const;
-  void  Check(uint uiIndex, bool bCheck = TRUE);
-
-  // accessors
-  uint  GetItemHeight() const { return m_nItemHeight; }
+  bool  IsChecked(size_t uiIndex) const;
+  void  Check(size_t uiIndex, bool bCheck = TRUE);
 
   DECLARE_EVENT_TABLE()
 };