/////////////////////////////////////////////////////////////////////////////
// Name: valgen.h
-// Purpose: documentation for wxGenericValidator class
+// Purpose: interface of wxGenericValidator
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{validator}
- @seealso
- @ref overview_validatoroverview "Validator overview", wxValidator,
+ @see @ref overview_validatoroverview "Validator overview", wxValidator,
wxTextValidator
*/
class wxGenericValidator : public wxValidator
/**
Constructor taking a wxDateTime pointer. This will be
used for wxDatePickerCtrl.
-
+
@param validator
Validator to copy.
@param valPtr
*/
virtual bool TransferToWindow();
};
+