Fixed wxTextCtrl::SetMaxLength for rich edit controls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-07-31 15:43:20 +00:00
parent 835ab90ded
commit 4a82116e2e
3 changed files with 18 additions and 1 deletions

View File

@@ -1116,7 +1116,7 @@ already is filled up to the maximal length, a
(giving it the possibility to show an explanatory message, for example) and the
extra input is discarded.
Note that this function may only be used with single line text controls.
Note that under GTK+, this function may only be used with single line text controls.
\wxheading{Compatibility}