]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
uninitialized variable warning fixed (modified patch 1434065)
[wxWidgets.git] / wxPython / src / _bitmap.i
index 268743472dbc75703e6dd7c5e888e2115e8d92c2..96a6329a78aad70db60ca99102bd7acb82d7a9b8 100644 (file)
@@ -107,7 +107,7 @@ public:
         wxBitmap(int width, int height, int depth=-1),
         "Creates a new bitmap of the given size.  A depth of -1 indicates the
 depth of the current screen or visual. Some platforms only support 1
-for monochrome and -1 for the current colour setting.", "",
+for monochrome and -1 for the current display depth.", "",
         EmptyBitmap);
 
     DocCtorStrName(
@@ -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