]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
make GetPaperRect() and GetResolution() const functions
[wxWidgets.git] / include / wx / msw / window.h
index 81f2072fada2d03fc9509ac019d9403d8bdb0138..3f068dddd6911fc6da30df84fcd9a338031b75de 100644 (file)
@@ -442,7 +442,9 @@ public:
 
     // check if a native double-buffering applies for this window
     virtual bool IsDoubleBuffered() const;
-
+    
+    void SetDoubleBuffered(bool on);
+    
     // synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
     void GenerateMouseLeave();