X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d4f9810bec5209046e8e7d770f84ae4e0110a54..2e18fe7139558b3cb592a04a4e4668319a966ebf:/docs/doxygen/overviews/validator.h?ds=sidebyside diff --git a/docs/doxygen/overviews/validator.h b/docs/doxygen/overviews/validator.h index ee83eba309..81010b915f 100644 --- a/docs/doxygen/overviews/validator.h +++ b/docs/doxygen/overviews/validator.h @@ -3,14 +3,15 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @page overview_validator wxValidator Overview -Classes: wxValidator, wxTextValidator, wxGenericValidator +Classes: wxValidator, wxTextValidator, wxGenericValidator, wxIntegerValidator, +wxFloatingPointValidator @li @ref overview_validator_intro @li @ref overview_validator_anatomy @@ -90,12 +91,10 @@ internally. You can optionally define event handlers for the validator, to implement filtering. These handlers will capture events before the control itself does -(see @ref overview_eventhandling_processing). +(see @ref overview_events_processing). For an example implementation, see the @c valtext.h and @c valtext.cpp files in the wxWidgets library. -wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECURSIVELY ) - @section overview_validator_dialogs How Validators Interact with Dialogs