]> git.saurik.com Git - wxWidgets.git/blob - src/cocoa/NSPanel.mm
Minor corrections to XRC format description.
[wxWidgets.git] / src / cocoa / NSPanel.mm
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/cocoa/NSPanel.mm
3 // Purpose: wxCocoaNSPanel
4 // Author: David Elliott
5 // Modified by:
6 // Created: 2003/03/16
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 #include "wx/log.h"
22 #endif // WX_PRECOMP
23
24 #include "wx/cocoa/NSPanel.h"
25
26 #import <AppKit/NSPanel.h>
27
28 // ----------------------------------------------------------------------------
29 // globals
30 // ----------------------------------------------------------------------------
31 WX_IMPLEMENT_OBJC_INTERFACE_HASHMAP(NSPanel)