X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..a0f4d36895556e3054e2256cb5f1787cc9fcf75c:/include/wx/gtk/checklst.h diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index a1766e7bb6..cc8accdc95 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: checklst.h +// Name: wx/gtk/checklst.h // Purpose: wxCheckListBox class // Author: Robert Roebling // Modified by: @@ -48,11 +48,13 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr); - bool IsChecked( int index ) const; - void Check( int index, bool check = TRUE ); + bool IsChecked(unsigned int index) const; + void Check(unsigned int index, bool check = true); int GetItemHeight() const; - + + void DoCreateCheckList(); + private: DECLARE_DYNAMIC_CLASS(wxCheckListBox) };