]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
A patch from Frame Niessink which adds an additional style that
[wxWidgets.git] / wxPython / src / _window.i
index 1fe38d65396b19394619a91214c87053242614d3..f4c883a59e56357b5dfeb0dfa883f4601abd3f49 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):