]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcbuffer.h
Convert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
[wxWidgets.git] / interface / wx / dcbuffer.h
index 93492e4b5a9457b05f2826e1c2f22e7733e8746b..b4ef7813bdc828d8970a813bcca695f932a920e5 100644 (file)
@@ -139,7 +139,7 @@ public:
     have native double-buffering, otherwise, it is a typedef of
     wxBufferedPaintDC.
 
     have native double-buffering, otherwise, it is a typedef of
     wxBufferedPaintDC.
 
-    @library{wxbase}
+    @library{wxcore}
     @category{dc}
 
     @see wxDC, wxBufferedPaintDC, wxPaintDC
     @category{dc}
 
     @see wxDC, wxBufferedPaintDC, wxPaintDC
@@ -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
 
 /**
     @class wxBufferedPaintDC