From: Robin Dunn Date: Fri, 20 Apr 2012 05:41:39 +0000 (+0000) Subject: Document SetDoubleBuffered X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b83b7724da8055ee1c34c8215c853c67e1947d2e Document SetDoubleBuffered git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/window.h b/interface/wx/window.h index 53fb5e86a8..0e8eb7d87f 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -3159,6 +3159,9 @@ public: */ virtual bool IsDoubleBuffered() const; + /** + Turn on or off double buffering of the window if the system supports it. + */ void SetDoubleBuffered(bool on); /**