]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valtext.h
extract AddColumnsItems() from ShowColumnsMenu() to make it possible to reuse it...
[wxWidgets.git] / interface / wx / valtext.h
index 27e9ba0c76bfb4dd7a22d5e699f197fd97acb017..efe0a3fa108c8c8e1a42035720bbd7c5fff7d4e5 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxTextValidator
-    @wxheader{valtext.h}
 
     wxTextValidator validates text controls, providing a variety of filtering
     behaviours.
@@ -70,17 +69,17 @@ public:
     /**
         Clones the text validator using the copy constructor.
     */
-    virtual wxValidator* Clone() const;
+    virtual wxObject* Clone() const;
 
     /**
         Returns a reference to the exclude list (the list of invalid values).
     */
-    wxArrayString& GetExcludes() const;
+    wxArrayString& GetExcludes();
 
     /**
         Returns a reference to the include list (the list of valid values).
     */
-    wxArrayString& GetIncludes() const;
+    wxArrayString& GetIncludes();
 
     /**
         Returns the validator style.