X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..b5cc5cbd6670e0e9ac9e22d02157c6e9502ab1b3:/interface/valgen.h diff --git a/interface/valgen.h b/interface/valgen.h index 854507dcec..afe90ffab7 100644 --- a/interface/valgen.h +++ b/interface/valgen.h @@ -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 @@ -65,7 +64,7 @@ public: /** Clones the generic validator using the copy constructor. */ - virtual wxValidator* Clone(); + virtual wxValidator* Clone() const; /** Transfers the value from the window to the appropriate data type. @@ -77,3 +76,4 @@ public: */ virtual bool TransferToWindow(); }; +