]> 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 8c3b01786bb3387fc39c70883237fc4fe8c6df01..bc5d527d11abefeefef5b95a87941bbe15a78e9b 100644 (file)
@@ -96,10 +96,6 @@ public:
     virtual void Cut();
     virtual void Paste();
 
-    virtual bool CanCopy() const;
-    virtual bool CanCut() const;
-    virtual bool CanPaste() const;
-
     // Undo/redo
     virtual void Undo();
     virtual void Redo();
@@ -147,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