added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed sending of dummy

EVT_TEXT_UPDATED events when the text doesn't really change


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-16 13:18:51 +00:00
parent d5f005cc93
commit ce2f50e34a
5 changed files with 204 additions and 10 deletions

View File

@@ -534,8 +534,6 @@ Note that this function may only be used with single line text controls.
Only implemented in wxMSW/wxGTK starting with wxWindows 2.3.2.
The {\tt wxEVT\_COMMAND\_TEXT\_MAXLEN} event is only sent by wxMSW.
\membersection{wxTextCtrl::SetSelection}\label{wxtextctrlsetselection}
\func{virtual void}{SetSelection}{\param{long}{ from}, \param{long}{ to}}