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
This commit is contained in:
Kevin Hock
2004-12-05 19:14:34 +00:00
parent bcfced3616
commit 636673edda

View File

@@ -655,8 +655,8 @@ be called to reenable window redrawing. Calls to these two functions may be
nested. nested.
This method is useful for visual appearance optimization (for example, it 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 is a good idea to use it before doing many large text insertions in a row into
wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all 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 controls so it is mostly just a hint to wxWidgets and not a mandatory
directive. directive.