]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
Applied rowspan patch #15276 (dghart)
[wxWidgets.git] / include / wx / generic / textdlgg.h
index 2b78b8d9d74e3a770e27c520a9ba7dc802efd942..bbd7c70de50e22f916750ce198a6adf3b7343f51 100644 (file)
@@ -62,6 +62,8 @@ public:
     void SetValue(const wxString& val);
     wxString GetValue() const { return m_value; }
 
+    void SetMaxLength(unsigned long len);
+
 #if wxUSE_VALIDATORS
     void SetTextValidator( const wxTextValidator& validator );
 #if WXWIN_COMPATIBILITY_2_8