Files
wxWidgets/src/cocoa/NSTextField.mm
Julian Smart 065e208ec0 More name change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-23 15:10:40 +00:00

28 lines
887 B
Plaintext

/////////////////////////////////////////////////////////////////////////////
// Name: cocoa/NSTextField.mm
// Purpose: wxCocoaNSTextField
// Author: David Elliott
// Modified by:
// Created: 2003/01/31
// 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/NSTextField.h"
WX_IMPLEMENT_OBJC_INTERFACE(NSTextField)