2004-02-07 13:55:49 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: textdlg.h
|
|
|
|
// Purpose: wxTextEntryDialog class
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created: 01/02/97
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Julian Smart
|
2004-05-23 20:53:33 +00:00
|
|
|
// Licence: wxWindows licence
|
2004-02-07 13:55:49 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_TEXTDLG_H_BASE_
|
|
|
|
#define _WX_TEXTDLG_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
|
|
|
#include "wx/generic/textdlgg.h"
|
|
|
|
|
2004-02-07 13:55:49 +00:00
|
|
|
#if WXWIN_COMPATIBILITY_2_4
|
|
|
|
// for wxGetNumberFromUser()
|
|
|
|
#include "wx/numdlg.h"
|
|
|
|
#endif // WXWIN_COMPATIBILITY_2_4
|
1999-07-23 21:03:02 +00:00
|
|
|
|
2004-02-07 13:55:49 +00:00
|
|
|
#endif // _WX_TEXTDLG_H_BASE_
|
1999-07-23 21:03:02 +00:00
|
|
|
|