// 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__