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:
@@ -766,6 +766,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
src/common/valgen.cpp
|
||||
src/common/validate.cpp
|
||||
src/common/valtext.cpp
|
||||
src/common/valnum.cpp
|
||||
src/common/wincmn.cpp
|
||||
src/common/windowid.cpp
|
||||
src/common/wrapsizer.cpp
|
||||
@@ -909,6 +910,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/toolbar.h
|
||||
wx/validate.h
|
||||
wx/valtext.h
|
||||
wx/valnum.h
|
||||
wx/window.h
|
||||
wx/windowid.h
|
||||
wx/wrapsizer.h
|
||||
|
Reference in New Issue
Block a user