From: Vadim Zeitlin Date: Thu, 16 Aug 2001 13:35:38 +0000 (+0000) Subject: added new text event macros description X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f2616db56739e4962f683f59ac9e207756efe23c added new text event macros description git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index e6dc093d12..8c4fdd6ae5 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -83,6 +83,11 @@ when the text controls contents changes - whether this is due to user input or comes from the program itself (for example, if SetValue() is called)} \twocolitem{{\bf EVT\_TEXT\_ENTER(id, func)}}{Respond to a wxEVT\_COMMAND\_TEXT\_ENTER event, generated when enter is pressed in a single-line text control.} +\twocolitem{{\bf EVT\_TEXT\_URL(id, func)}}{A mouse event occured over an URL +in the text control (Win32 only)} +\twocolitem{{\bf EVT\_TEXT\_MAXLEN(id, func)}}{User tried to enter more text +into the control than the limit set by +\helpref{SetMaxLength}{wxtextctrlsetmaxlength}.} \end{twocollist}% %\wxheading{See also}