X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91012d561dbec05c710384645e002bd6cc6eb991..33f3e2b31ed781ba1446b49ec6d3e226c0a5c652:/include/wx/checklst.h diff --git a/include/wx/checklst.h b/include/wx/checklst.h index a96c2ae3da..80f08b37ec 100644 --- a/include/wx/checklst.h +++ b/include/wx/checklst.h @@ -37,6 +37,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); };