// Created: 2003/03/18
// RCS-ID: $Id:
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_STATBOX_H__
// 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__