]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textdlg.h
Ensure that the overall table border doesn't get overdrawn by cell borders with a...
[wxWidgets.git] / interface / wx / textdlg.h
index 0a8bb93d7d289e2a03fa92f1339e20d267e3aae0..04d4d6411b60a51fe7ac76e1c05743060806b960 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        textdlg.h
 // Purpose:     interface of wxPasswordEntryDialog
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -159,6 +158,16 @@ public:
     void SetTextValidator(wxTextValidatorStyle style = wxFILTER_NONE);
     //@}
 
+    /**
+        This function sets the maximum number of characters the user can enter
+        into this dialog.
+
+        @see wxTextEntry::SetMaxLength()
+
+        @since 2.9.5
+    */
+    void SetMaxLength(unsigned long len);
+
     /**
         Sets the default text value.
     */