]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Implement deep copy of wxBitmapRefData
[wxWidgets.git] / include / wx / msw / window.h
index d9a4f67610d73002f16cbc6881dce36398382207..281e88278dd700a91a7f276b8c385abea8cfa3ea 100644 (file)
@@ -420,6 +420,9 @@ public:
     // check if mouse is in the window
     bool IsMouseInWindow() const;
 
+    // check if a native double-buffering applies for this window
+    virtual bool IsDoubleBuffered() const;
+
     // synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
     void GenerateMouseLeave();