19 lines
548 B
C
19 lines
548 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/textdlg.h
|
|
// Purpose: wxTextEntryDialog class
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 01/02/97
|
|
// RCS-ID: $Id: textdlg.h 67254 2011-03-20 00:14:35Z DS $
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_TEXTDLG_H_BASE_
|
|
#define _WX_TEXTDLG_H_BASE_
|
|
|
|
#include "wx/generic/textdlgg.h"
|
|
|
|
#endif // _WX_TEXTDLG_H_BASE_
|
|
|