]>
Commit | Line | Data |
---|---|---|
da0634c1 | 1 | ///////////////////////////////////////////////////////////////////////////// |
1c4e8f38 | 2 | // Name: src/cocoa/NSPanel.mm |
da0634c1 DE |
3 | // Purpose: wxCocoaNSPanel |
4 | // Author: David Elliott | |
5 | // Modified by: | |
6 | // Created: 2003/03/16 | |
da0634c1 | 7 | // Copyright: (c) 2003 David Elliott |
526954c5 | 8 | // Licence: wxWindows licence |
da0634c1 DE |
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 | ||
f910a887 | 26 | #import <AppKit/NSPanel.h> |
da0634c1 DE |
27 | |
28 | // ---------------------------------------------------------------------------- | |
29 | // globals | |
30 | // ---------------------------------------------------------------------------- | |
31 | WX_IMPLEMENT_OBJC_INTERFACE_HASHMAP(NSPanel) |