]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/text.tex
fixed a few typoes
[wxWidgets.git] / docs / latex / wx / text.tex
index 1e7459ff47ea19cc03e1346b845dd2fa56551d4f..5a55d4516f22805e505ee58f794bc5ef345dba7b 100644 (file)
@@ -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.}