]> git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/NSPanel.h
Separated the Objective-C to C++ association code into the new header
[wxWidgets.git] / include / wx / cocoa / NSPanel.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/cocoa/NSPanel.h
3 // Purpose: wxCocoaNSPanel class
4 // Author: David Elliott
5 // Modified by:
6 // Created: 2003/03/16
7 // RCS-ID: $Id:
8 // Copyright: (c) 2003 David Elliott
9 // Licence: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
11
12 #ifndef __WX_COCOA_NSPANEL_H__
13 #define __WX_COCOA_NSPANEL_H__
14
15 #include "wx/hashmap.h"
16 #include "wx/cocoa/ObjcAssociate.h"
17
18 WX_DECLARE_OBJC_HASHMAP(NSPanel);
19
20 class wxCocoaNSPanel
21 {
22 WX_DECLARE_OBJC_INTERFACE(NSPanel)
23 };
24
25 #endif // _WX_COCOA_NSPANEL_H_