]> git.saurik.com Git - wxWidgets.git/commitdiff
Document SetDoubleBuffered
authorRobin Dunn <robin@alldunn.com>
Fri, 20 Apr 2012 05:41:39 +0000 (05:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 20 Apr 2012 05:41:39 +0000 (05:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/window.h

index 53fb5e86a8d5e542e37a71e218fc82be1ed816dc..0e8eb7d87fb56ea9aa61943978d703122a37cc84 100644 (file)
@@ -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);
 
     /**