655719367a
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 lines
626 B
C
24 lines
626 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: textdlg.h
|
|
// Purpose: wxTextEntryDialog class
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 01/02/97
|
|
// RCS-ID: $Id$
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_TEXTDLG_H_BASE_
|
|
#define _WX_TEXTDLG_H_BASE_
|
|
|
|
#include "wx/generic/textdlgg.h"
|
|
|
|
#if WXWIN_COMPATIBILITY_2_4
|
|
// for wxGetNumberFromUser()
|
|
#include "wx/numdlg.h"
|
|
#endif // WXWIN_COMPATIBILITY_2_4
|
|
|
|
#endif // _WX_TEXTDLG_H_BASE_
|
|
|