X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dde587d9bd0e68c9b6dfc4cf9cbf26e26779591d..c6eaa6fb6733d8472a14e220a5656787eafda398:/include/wx/mac/checklst.h diff --git a/include/wx/mac/checklst.h b/include/wx/mac/checklst.h index e0692da27d..0f514889b0 100644 --- a/include/wx/mac/checklst.h +++ b/include/wx/mac/checklst.h @@ -58,6 +58,11 @@ public: void OnChar(wxKeyEvent& event) ; void OnLeftClick(wxMouseEvent& event) ; + // metrics + wxInt32 m_checkBoxWidth; + wxInt32 m_checkBoxHeight; + wxInt32 m_TextBaseLineOffset; + // the array containing the checked status of the items wxArrayInt m_checks;