]> git.saurik.com Git - wxWidgets.git/blame - src/cocoa/NSControl.mm
Stub for wxIcon constructor taking a non-const xpm
[wxWidgets.git] / src / cocoa / NSControl.mm
CommitLineData
fb896a32
DE
1/////////////////////////////////////////////////////////////////////////////
2// Name: cocoa/NSControl.cpp
3// Purpose: wxCocoaNSControl
4// Author: David Elliott
5// Modified by:
6// Created: 2003/02/15
7// RCS-ID: $Id:
8// Copyright: (c) 2003 David Elliott
9// Licence: wxWindows license
10/////////////////////////////////////////////////////////////////////////////
11
12// ============================================================================
13// declarations
14// ============================================================================
15
16// ----------------------------------------------------------------------------
17// headers
18// ----------------------------------------------------------------------------
19
20#include "wx/wxprec.h"
21#ifndef WX_PRECOMP
22#endif // WX_PRECOMP
23
24#include "wx/cocoa/NSControl.h"
25
26// ----------------------------------------------------------------------------
27// globals
28// ----------------------------------------------------------------------------
29WX_IMPLEMENT_OBJC_INTERFACE(NSControl)
30