]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textdlg.h
Make AsyncExecLoopExitEnum enum in the wxExecute() test public.
[wxWidgets.git] / interface / wx / textdlg.h
index 0a8bb93d7d289e2a03fa92f1339e20d267e3aae0..8e65e329c40edcfdd391ac1162b65163db8fc5f8 100644 (file)
@@ -159,6 +159,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.
     */