]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcbuffer.h
Add support for symlinks to wxFileName.
[wxWidgets.git] / interface / wx / dcbuffer.h
index 93492e4b5a9457b05f2826e1c2f22e7733e8746b..bad9f71789230ef3d7a2a63fb75e7f631ba59bcd 100644 (file)
@@ -154,6 +154,13 @@ public:
 };
 
 
+/**
+ * Check if the window is natively double buffered and will return a wxPaintDC
+ * if it is, a wxBufferedPaintDC otherwise.  It is the caller's responsibility
+ * to delete the wxDC pointer when finished with it.
+ */
+wxDC* wxAutoBufferedPaintDCFactory(wxWindow* window);
+
 
 /**
     @class wxBufferedPaintDC