The rounded corners look really dumb at this size.
[wxWidgets.git] / src / cocoa / NSBox.mm
1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        src/cocoa/NSBox.mm
3 // Purpose:     wxCocoaNSBox
4 // Author:      David Elliott
5 // Modified by:
6 // Created:     2003/03/19
7 // Copyright:   (c) 2003 David Elliott
8 // Licence:     wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 // ============================================================================
12 // declarations
13 // ============================================================================
14
15 // ----------------------------------------------------------------------------
16 // headers
17 // ----------------------------------------------------------------------------
18
19 #include "wx/wxprec.h"
20 #ifndef WX_PRECOMP
21 #endif // WX_PRECOMP
22
23 #include "wx/cocoa/NSBox.h"
24
25 // ----------------------------------------------------------------------------
26 // globals
27 // ----------------------------------------------------------------------------
28 WX_IMPLEMENT_OBJC_INTERFACE(NSBox)
29