]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checklst.h
Applied patch [ 601957 ] wxGrid: Start editing with numberpad key
[wxWidgets.git] / include / wx / mac / checklst.h
index e0692da27dcdb23aef163bc24f549e6e11fbb38d..0f514889b0d60bee41f8d090f0c0037ac472ab14 100644 (file)
@@ -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;