]> git.saurik.com Git - wxWidgets.git/commit
Refactored validation of numeric properties (wxIntProperty, wxUIntProperty and wxFloa...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 25 Jul 2010 10:36:19 +0000 (10:36 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 25 Jul 2010 10:36:19 +0000 (10:36 +0000)
commit7197bbad212b0d2e4c0986a2875cba566510f30d
treeacbe096288bb8782d4bb9c79e3a6cea627fb649a
parent660b61d7e33018ce9d54a6d5a3d7eba449d44f95
Refactored validation of numeric properties (wxIntProperty, wxUIntProperty and wxFloatProperty). They now use (basically) a single template function instead of three separate ones.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/props.h
src/propgrid/props.cpp