Add wxIntegerValidator and wxFloatingPointValidator classes.
Add validators for integer and floating point numbers. Add an example of their use to the validate sample as well as a new unit test and documentation for them. Use the new classes instead of wxTextValidator in wxGrid code. Closes #12166. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -208,6 +208,8 @@ Related Overviews: @ref overview_validator
 | 
			
		||||
@li wxValidator: Base validator class
 | 
			
		||||
@li wxTextValidator: Text control validator class
 | 
			
		||||
@li wxGenericValidator: Generic control validator class
 | 
			
		||||
@li wxIntegerValidator: Text control validator class for integer numbers
 | 
			
		||||
@li wxFloatingPointValidator: Text control validator class for floating point numbers
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,8 @@
 | 
			
		||||
 | 
			
		||||
@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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user