]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/validator.h
do not show the timestamp column in the details pane of the wxLogDialog when timestam...
[wxWidgets.git] / docs / doxygen / overviews / validator.h
index ee83eba309963857ee918ef8b0059266993b6842..641f969844e10b8f824e962bb3b7f54e08eb9b49 100644 (file)
@@ -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
 
 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.
 
 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
 
 
 @section overview_validator_dialogs How Validators Interact with Dialogs