]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
Docstring update
[wxWidgets.git] / wxPython / src / _bitmap.i
index ce142978dd8057f6a0d286362d120c2894e86938..48c940867e975cff938821bef7c036e3bf69de0f 100644 (file)
@@ -208,7 +208,8 @@ file or explpicitly set for the bitmap.
 
 :see: `SetMask`, `wx.Mask`
 ", "");
-    
+
+    // MSW only?    wxBitmap GetMaskBitmap() const;
 
     DocDeclStr(
         virtual void , SetMask(wxMask* mask),
@@ -282,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() }