]> git.saurik.com Git - wxWidgets.git/commit
Re-add support for multiple text validator styles but
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 3 Feb 2009 21:21:47 +0000 (21:21 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 3 Feb 2009 21:21:47 +0000 (21:21 +0000)
commit58fa61dbad0ea1158f6c6e96d611c26057e069ba
tree5b8e40f2373d64bc1296b50c4177c2dfb832ae54
parent77cc73a78e51832c71351a2758df508672b8c294
Re-add support for multiple text validator styles but
1) catch some invalid configurations in SetStyle()
2) document the order of the checks in wxTextValidator
3) implement wxFILTER_EMPTY
4) rename wxFILTER_SIMPLE_NUMBER => wxFILTER_DIGITS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/valtext.h
interface/wx/valtext.h
samples/validate/validate.cpp
src/common/valtext.cpp