From d6ce5a908c08ee7d3645541f84ea5762bb6e8b96 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 28 May 2000 08:35:48 +0000 Subject: [PATCH] Made docs about wxTextCtrl::SetValue() precise wrt to modified state. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/text.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index ce3b6c77db..657aa9ec13 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -515,7 +515,7 @@ Selects the text starting at the first position up to (but not including) the ch \func{virtual void}{SetValue}{\param{const wxString\& }{ value}} -Sets the text value. +Sets the text value and marks the control as not-modified. \wxheading{Parameters}