From: Kevin Hock Date: Sun, 5 Dec 2004 19:14:34 +0000 (+0000) Subject: Updating wording in Freeze to more accurately describe the situation under wxGTK... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/636673eddae1e7decc91e36e9a6be32a3af7ec5d?ds=sidebyside;hp=bcfced3616c0ca77179f1ee69166eeb68d6c4b57 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 --- 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.