X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e25ba908f6a9e03f131e8ce9df19558c3e09a35..f0b6a33f4c6242c70cd92238ffb94ddd39eef49b:/include/wx/stubs/checklst.h?ds=sidebyside diff --git a/include/wx/stubs/checklst.h b/include/wx/stubs/checklst.h index b0fc0a2978..19b4ccb8d3 100644 --- a/include/wx/stubs/checklst.h +++ b/include/wx/stubs/checklst.h @@ -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() };