X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/141794f13fc943742ac9cf33d5d4d16b7c96e754..de8fe8ca3db62aa69a00f9547367c223ba59a23e:/docs/doxygen/overviews/validator.h diff --git a/docs/doxygen/overviews/validator.h b/docs/doxygen/overviews/validator.h index 5791ca6193..641f969844 100644 --- a/docs/doxygen/overviews/validator.h +++ b/docs/doxygen/overviews/validator.h @@ -20,7 +20,7 @@ Classes: wxValidator, wxTextValidator, wxGenericValidator
-@section overview_validator_intro Example +@section overview_validator_intro Validator basic concepts The aim of the validator concept is to make dialogs very much easier to write. A validator is an object that can be plugged into a control (such as a @@ -90,12 +90,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