]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/valgen.h
added convenient wxON_BLOCK_EXIT_THISn() macros wrapping wxON_BLOCK_EXIT_OBJn(*this)
[wxWidgets.git] / interface / valgen.h
index 4813c517e707bb1a7b42ba7c2e64e81390b4cdcb..afe90ffab7bcb8d1406cc4e14abc5da69a972d9c 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        valgen.h
-// Purpose:     documentation for wxGenericValidator class
+// Purpose:     interface of wxGenericValidator
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -29,8 +29,7 @@
     @library{wxcore}
     @category{validator}
 
-    @seealso
-    @ref overview_validatoroverview "Validator overview", wxValidator,
+    @see @ref overview_validatoroverview "Validator overview", wxValidator,
     wxTextValidator
 */
 class wxGenericValidator : public wxValidator
@@ -40,7 +39,7 @@ public:
     /**
         Constructor taking a wxDateTime pointer. This will be
         used for wxDatePickerCtrl.
-        
+
         @param validator
             Validator to copy.
         @param valPtr
@@ -77,3 +76,4 @@ public:
     */
     virtual bool TransferToWindow();
 };
+