From 636673eddae1e7decc91e36e9a6be32a3af7ec5d Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Sun, 5 Dec 2004 19:14:34 +0000 Subject: [PATCH] Updating wording in Freeze to more accurately describe the situation under wxGTK where Freeze in a text control is most useful git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 94f1d8a41d..34d88a49a0 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -655,8 +655,8 @@ be called to reenable window redrawing. Calls to these two functions may be nested. This method is useful for visual appearance optimization (for example, it -is a good idea to use it before inserting large amount of text into a -wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all +is a good idea to use it before doing many large text insertions in a row into +a wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all controls so it is mostly just a hint to wxWidgets and not a mandatory directive.