]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/statbox.h
Open Watcom doesn't like typename, use class (patch 826812)
[wxWidgets.git] / include / wx / cocoa / statbox.h
index 17675904252effdf4b11137d44e9532329b98083..0682b1dff2e05cf42908ae4d9f34ac855f2231ce 100644 (file)
@@ -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__