// Created: 2003/03/16
// RCS-ID: $Id:
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_BMPBUTTN_H__
// Implementation
// ------------------------------------------------------------------------
public:
+ // The wxButton::DoGetBestSize is not correct for bitmap buttons
+ wxSize DoGetBestSize() const
+ { return wxButtonBase::DoGetBestSize(); }
};
#endif // __WX_COCOA_BMPBUTTN_H__