]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/textdlg.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxTextEntryDialog class
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_TEXTDLG_H_BASE_
13 #define _WX_TEXTDLG_H_BASE_
15 #include "wx/generic/textdlgg.h"
17 #if WXWIN_COMPATIBILITY_2_4
18 // for wxGetNumberFromUser()
19 #include "wx/numdlg.h"
20 #endif // WXWIN_COMPATIBILITY_2_4
22 #endif // _WX_TEXTDLG_H_BASE_