#ifndef _WX_CHECKLST_H_
#define _WX_CHECKLST_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "checklst.h"
#endif
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;