protected:
wxTextCtrl *m_textctrl;
wxString m_value;
+ int m_dialogStyle;
private:
DECLARE_EVENT_TABLE()
};
+// ----------------------------------------------------------------------------
+// function to get a string from user
+// ----------------------------------------------------------------------------
+
wxString WXDLLEXPORT
wxGetTextFromUser(const wxString& message,
const wxString& caption = wxGetTextFromUserPromptStr,