Support float, double and file name values in wxGenericValidator.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jul 2011 23:37:28 +0000 (23:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jul 2011 23:37:28 +0000 (23:37 +0000)
commite96be167e76f2225de04d9c30d66b41a303fcccf
tree7b414e98a9744b2f157bce349b1b5e2f64906197
parent065ba6fb0957f75b2c68edbbdc9d90ecf1e538c6
Support float, double and file name values in wxGenericValidator.

Currently these values can only be read from/written to wxTextCtrl but support
for other controls (e.g. wxSpinCtrlDouble for float/double) could be added in
the future.

Closes #13304.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/valgen.h
interface/wx/valgen.h
src/common/valgen.cpp