]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
Fixed compile error
[wxWidgets.git] / wxPython / src / _window.i
index 2a456fd97069501ee9b14952efdca02289401641..628e4169457bf9464eb5ef5d949b33b7045ffaeb 100644 (file)
@@ -980,9 +980,18 @@ functions so should not be required by the application programmer.", "");
         "Removes a child window. This is called automatically by window
 deletion functions so should not be required by the application
 programmer.", "");
-    
 
 
+    DocStr(SetDoubleBuffered,
+           "Currently wxGTK2 only.", "");
+#ifdef __WXGTK__
+    void SetDoubleBuffered(bool on);
+#else
+    %extend {
+        void SetDoubleBuffered(bool on) {}
+    }
+#endif
+
 
     // looking for windows
     // -------------------