X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfe1eee3bb9ecde8c4490ea69c07b5030d69530c..284b4c8866ab36694b6ec2a308690bba4db4fed2:/include/wx/generic/textdlgg.h diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index be592594f6..e95ab6dc2d 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; + int m_dialogStyle; private: DECLARE_EVENT_TABLE() }; +// ---------------------------------------------------------------------------- +// function to get a string from user +// ---------------------------------------------------------------------------- + wxString WXDLLEXPORT wxGetTextFromUser(const wxString& message, const wxString& caption = wxGetTextFromUserPromptStr,