]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
added align=justify support ; also removed relic: GetMaxLineWidth
[wxWidgets.git] / include / wx / generic / textdlgg.h
index be592594f638d0804ff429e6e23721ee97127e8b..61b9117583b36ae5b634106d2aa81f01b1221a1f 100644 (file)
@@ -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,