Fixed commented names (path, filename, and extension) of files in include/ and src/. Prepended the names in src/ with "src/" everywhere, while starting those in include/wx/ with "wx/". git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 lines
890 B
Plaintext
28 lines
890 B
Plaintext
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: src/cocoa/NSTextField.mm
|
|
// Purpose: wxCocoaNSTextField
|
|
// Author: David Elliott
|
|
// Modified by:
|
|
// Created: 2003/01/31
|
|
// RCS-ID: $Id$
|
|
// Copyright: (c) 2003 David Elliott
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// ============================================================================
|
|
// declarations
|
|
// ============================================================================
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// headers
|
|
// ----------------------------------------------------------------------------
|
|
|
|
#include "wx/wxprec.h"
|
|
#ifndef WX_PRECOMP
|
|
#endif // WX_PRECOMP
|
|
|
|
#include "wx/cocoa/NSTextField.h"
|
|
|
|
WX_IMPLEMENT_OBJC_INTERFACE(NSTextField)
|
|
|