]> git.saurik.com Git - wxWidgets.git/blame - src/cocoa/NSBox.mm
Misc XRC format docs corrections.
[wxWidgets.git] / src / cocoa / NSBox.mm
CommitLineData
da0634c1 1/////////////////////////////////////////////////////////////////////////////
80fdcdb9 2// Name: src/cocoa/NSBox.mm
da0634c1
DE
3// Purpose: wxCocoaNSBox
4// Author: David Elliott
5// Modified by:
6// Created: 2003/03/19
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#endif // WX_PRECOMP
22
23#include "wx/cocoa/NSBox.h"
24
25// ----------------------------------------------------------------------------
26// globals
27// ----------------------------------------------------------------------------
28WX_IMPLEMENT_OBJC_INTERFACE(NSBox)
29