]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
test for wxLog interaction with wxYield better
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 10b4dcce0e90a89fbcfbb6b0c4e2628644579340..bc5d527d11abefeefef5b95a87941bbe15a78e9b 100644 (file)
@@ -143,6 +143,11 @@ public:
 
     void SetModified() { m_modified = TRUE; }
 
+    // GTK+ textctrl is so dumb that you need to freeze/thaw it manually to
+    // avoid horrible flicker/scrolling back and forth
+    virtual void Freeze();
+    virtual void Thaw();
+
     // wxGTK-specific: called recursively by Enable,
     // to give widgets an oppprtunity to correct their colours after they
     // have been changed by Enable