From 674c474f20158b5c043b867a559da60aa95d9b49 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 22 Aug 2002 18:01:38 +0000 Subject: [PATCH] mention that Clear() and SetValue() *will* send EVT_TEXT events git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/text.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index 1e7459ff47..5a55d4516f 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -367,6 +367,9 @@ can be undone. Clears the text in the control. +Note that this function will generate a {\tt wxEVT\_COMMAND\_TEXT\_UPDATED} +event. + \membersection{wxTextCtrl::Copy}\label{wxtextctrlcopy} \func{virtual void}{Copy}{\void} @@ -863,6 +866,9 @@ Sets the text value and marks the control as not-modified (which means that \helpref{IsModified}{wxtextctrlismodified} would return {\tt FALSE} immediately after the call to SetValue). +Note that this function will generate a {\tt wxEVT\_COMMAND\_TEXT\_UPDATED} +event. + \wxheading{Parameters} \docparam{value}{The new value to set. It may contain newline characters if the text control is multi-line.} -- 2.45.2