]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
made the log dialog resizeable (again?)
[wxWidgets.git] / include / wx / window.h
index f425041036a237e2feaf5e210b42d3774bc62195..549e6a61c5fc9bf2c61a0ff86a32fcf858a84ab4 100644 (file)
@@ -519,6 +519,12 @@ public:
         // clear the window entirely
     virtual void Clear() = 0;
 
         // clear the window entirely
     virtual void Clear() = 0;
 
+        // freeze the window: don't redraw it until it is thawed
+    virtual void Freeze() { }
+
+        // thaw the window: redraw it after it had been frozen
+    virtual void Thaw() { }
+
         // adjust DC for drawing on this window
     virtual void PrepareDC( wxDC & WXUNUSED(dc) ) { }
 
         // adjust DC for drawing on this window
     virtual void PrepareDC( wxDC & WXUNUSED(dc) ) { }