]> 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 5b0e013ccb119280f16e83a4e688167cab91eaad..e95ab6dc2d206e731e625996828e910c520572d8 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "wx/dialog.h"
 
+class WXDLLEXPORT wxTextCtrl;
+
 // Handy dialog functions (will be converted into classes at some point)
 WXDLLEXPORT_DATA(extern const wxChar*) wxGetTextFromUserPromptStr;
 WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
@@ -45,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,