X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfe1eee3bb9ecde8c4490ea69c07b5030d69530c..5c1bfc5da0e4a79803c87747371bcccb377899e0:/include/wx/generic/textdlgg.h diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index be592594f6..61b9117583 100644 --- a/include/wx/generic/textdlgg.h +++ b/include/wx/generic/textdlgg.h @@ -47,11 +47,16 @@ public: protected: wxTextCtrl *m_textctrl; wxString m_value; + long m_dialogStyle; private: DECLARE_EVENT_TABLE() }; +// ---------------------------------------------------------------------------- +// function to get a string from user +// ---------------------------------------------------------------------------- + wxString WXDLLEXPORT wxGetTextFromUser(const wxString& message, const wxString& caption = wxGetTextFromUserPromptStr,