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