Files
wxWidgets/src/cocoa/NSBox.mm
Francesco Montorsi 2903e6998a just fix some $Id$ tokens
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-11 11:58:34 +00:00

31 lines
1.0 KiB
Plaintext

/////////////////////////////////////////////////////////////////////////////
// Name: cocoa/NSBox.mm
// Purpose: wxCocoaNSBox
// Author: David Elliott
// Modified by:
// Created: 2003/03/19
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
// declarations
// ============================================================================
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#endif // WX_PRECOMP
#include "wx/cocoa/NSBox.h"
// ----------------------------------------------------------------------------
// globals
// ----------------------------------------------------------------------------
WX_IMPLEMENT_OBJC_INTERFACE(NSBox)