]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
generic wxListCtrl colour/font setting
[wxWidgets.git] / include / wx / generic / textdlgg.h
index be592594f638d0804ff429e6e23721ee97127e8b..e95ab6dc2d206e731e625996828e910c520572d8 100644 (file)
@@ -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,