X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91012d561dbec05c710384645e002bd6cc6eb991..e91e1e3d5cab263883c1cee1689c898b8f7c4ecd:/include/wx/checklst.h diff --git a/include/wx/checklst.h b/include/wx/checklst.h index a96c2ae3da..3c54304d0e 100644 --- a/include/wx/checklst.h +++ b/include/wx/checklst.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 12.09.00 -// RCS-ID: $Id$ // Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -37,6 +36,8 @@ public: virtual bool IsChecked(unsigned int item) const = 0; virtual void Check(unsigned int item, bool check = true) = 0; + virtual unsigned int GetCheckedItems(wxArrayInt& checkedItems) const; + wxDECLARE_NO_COPY_CLASS(wxCheckListBoxBase); };