]> git.saurik.com Git - wxWidgets.git/commitdiff
Freeze/Thaw implementation
authorKevin Hock <hockkn@yahoo.com>
Sun, 5 Dec 2004 19:15:41 +0000 (19:15 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 5 Dec 2004 19:15:41 +0000 (19:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 857f4e632c0910d3e1ec39bcd30e8bb0bcf2c08c..261cd05d5aaeca098e9f2dd68d6ae8afe22df801 100644 (file)
@@ -44,6 +44,9 @@ wxGTK:
 
 - fixed wxFileDialog::SetWildcard()
 - native file dialog is now used if available (Zbigniew Zagorski)
+- implemented wxTextCtrl::Freeze() and Thaw(). The GtkTextBuffer
+  is not a valid one during frozen state. Get a pointer to it right
+  after wxTextCtrl creation if you really need to. (Mart Raudsepp)
 
 wxMac: