]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checklst.h
Fix linking problems with MSVC 5.
[wxWidgets.git] / include / wx / mac / checklst.h
index e0692da27dcdb23aef163bc24f549e6e11fbb38d..ef452a1c21aacb21d0eef3f6064449a23abd13b2 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_CHECKLST_H_
 #define _WX_CHECKLST_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "checklst.h"
 #endif
 
@@ -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;