]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/statbox.h
added missing header to fix !USE_PCH compilation
[wxWidgets.git] / include / wx / cocoa / statbox.h
index 17675904252effdf4b11137d44e9532329b98083..64882dc2dda8d984c4ea5a0260314656e4ad809e 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/03/18
 // RCS-ID:      $Id:
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_STATBOX_H__
@@ -50,10 +50,14 @@ public:
 // Cocoa callbacks
 // ------------------------------------------------------------------------
 protected:
+    // Static boxes cannot be enabled/disabled
+    virtual void CocoaSetEnabled(bool enable) { }
 // ------------------------------------------------------------------------
 // Implementation
 // ------------------------------------------------------------------------
 public:
+    void GetBordersForSizer(int *borderTop, int *borderOther) const;
+protected:
 };
 
 #endif // __WX_COCOA_STATBOX_H__