]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/validate.h
add WX_CLEAR_ARRAY test
[wxWidgets.git] / interface / wx / validate.h
index 76f4abd83589089c768c81f351d23f6ae4039b4e..5ef578fb587f62dd3bd345568085203e3506539e 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxValidator
-    @wxheader{validate.h}
 
     wxValidator is the base class for a family of validator classes that
     mediate between a class of control, and application data.
@@ -52,7 +51,7 @@ public:
     /**
         Destructor.
     */
-    ~wxValidator();
+    virtual ~wxValidator();
 
     /**
         All validator classes must implement the Clone() function, which
@@ -76,7 +75,7 @@ public:
         This functions switches on or turns off the error sound produced by the
         validators if an invalid key is pressed.
     */
-    void SetBellOnError(bool doIt = true);
+    static void SetBellOnError(bool doIt = true);
 
     /**
         Associates a window with the validator.