#pragma interface "textdlgg.h"
#endif
+#if wxUSE_TEXTDLG
#include "wx/defs.h"
#include "wx/dialog.h"
class WXDLLEXPORT wxTextCtrl;
WXDLLEXPORT_DATA(extern const wxChar*) wxGetTextFromUserPromptStr;
-WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
#define wxTextEntryDialogStyle (wxOK | wxCANCEL | wxCENTRE | wxWS_EX_VALIDATE_RECURSIVELY)
const wxString& default_value = wxEmptyString,
wxWindow *parent = (wxWindow *) NULL);
+#endif
+ // wxUSE_TEXTDLG
#endif
// __TEXTDLGH_G__