]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
wx.Window.CenterOnScreen has been removed
[wxWidgets.git] / wxPython / src / _bitmap.i
index 268743472dbc75703e6dd7c5e888e2115e8d92c2..48c940867e975cff938821bef7c036e3bf69de0f 100644 (file)
@@ -283,10 +283,13 @@ 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