Add wxTextEntryDialog::SetMaxLength().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Apr 2013 22:13:33 +0000 (22:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Apr 2013 22:13:33 +0000 (22:13 +0000)
commit62a58fbef55ae50b171f225f372ccfd0a4b251af
treea3fc5b5194086b869af15c780731e447c70303ab
parentb89e528d7066918515e6ad7f77ff4637564ef25e
Add wxTextEntryDialog::SetMaxLength().

Allow restricting the maximal number of characters that can be entered in
wxTextEntryDialog.

Closes #15158.

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