]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
wx.Window.CenterOnScreen has been removed
[wxWidgets.git] / wxPython / src / _bitmap.i
index 83fa392e7556f3a9207c5764d462dc37941e559c..48c940867e975cff938821bef7c036e3bf69de0f 100644 (file)
@@ -283,8 +283,14 @@ the ``type`` parameter.", "");
     
 #ifdef __WXMSW__
     bool CopyFromCursor(const wxCursor& cursor);
+
+// WXWIN_COMPATIBILITY_2_4
+  #if 0
     int GetQuality();
     void SetQuality(int q);
+    %pythoncode { GetQuality = wx._deprecated(GetQuality) }
+    %pythoncode { SetQuality = wx._deprecated(SetQuality) }
+  #endif
 #endif
 
     %pythoncode { def __nonzero__(self): return self.Ok() }