]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
Added wx.combo.BitmapComboBox
[wxWidgets.git] / wxPython / src / _window.i
index 1fe38d65396b19394619a91214c87053242614d3..e705a0351b06ce7da150642a7b9b4496944638b1 100644 (file)
@@ -576,7 +576,7 @@ some properties of the window change.)", "");
 minimum size, giving priority to the min size components, and returns
 the results.
 ", "");
-    %pythoncode { GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') }
+    %pythoncode { GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') }
 
     %pythoncode {
         def GetAdjustedBestSize(self):
@@ -2063,7 +2063,7 @@ opaque.", "");
         if hasattr(self, '_setOORInfo'):
             self._setOORInfo(self)
         if hasattr(self, '_setCallbackInfo'):
-            self._setCallbackInfo(self, self.__class__)
+            self._setCallbackInfo(self, pre.__class__)
     }
 
     %pythoncode {