X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..3fb8a2bcfb362fa35dadd142b0569059a784fbb3:/docs/doxygen/overviews/validator.h diff --git a/docs/doxygen/overviews/validator.h b/docs/doxygen/overviews/validator.h index 42038a6d1f..e57cf9564b 100644 --- a/docs/doxygen/overviews/validator.h +++ b/docs/doxygen/overviews/validator.h @@ -10,17 +10,7 @@ @page overview_validator wxValidator Overview -Classes: wxValidator, wxTextValidator, wxGenericValidator - -@li @ref overview_validator_intro -@li @ref overview_validator_anatomy -@li @ref overview_validator_dialogs - - -
- - -@section overview_validator_intro Validator basic concepts +@tableofcontents 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 @@ -62,6 +52,10 @@ giving the error, and the dialog is not dismissed. Note that any wxWindow may have a validator; using the @c wxWS_EX_VALIDATE_RECURSIVELY style (see wxWindow extended styles) you can also implement recursive validation. +@see wxValidator, wxTextValidator, wxGenericValidator, wxIntegerValidator, + wxFloatingPointValidator + + @section overview_validator_anatomy Anatomy of a Validator @@ -146,4 +140,3 @@ the controls setting validators, since validators can't be specified in a dialog resource. */ -