]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/window.h
Fixed floating image layout when typing in subsequent paragraph
[wxWidgets.git] / 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);
 
     /**