]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checklst.h
wxPrinting fix for wxMGL
[wxWidgets.git] / include / wx / mac / checklst.h
index be7f73292d09fe824ab86f34c1c06f961e97fc57..0f514889b0d60bee41f8d090f0c0037ac472ab14 100644 (file)
@@ -21,7 +21,7 @@
 typedef   unsigned int  size_t;
 #endif
 
-class wxCheckListBox : public wxCheckListBoxBase
+class WXDLLEXPORT wxCheckListBox : public wxCheckListBoxBase
 {
   DECLARE_DYNAMIC_CLASS(wxCheckListBox)
 public:
@@ -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;