]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo
authorRobin Dunn <robin@alldunn.com>
Tue, 31 Oct 2006 18:41:36 +0000 (18:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 31 Oct 2006 18:41:36 +0000 (18:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i
wxPython/src/gtk/_core.py
wxPython/src/mac/_core.py
wxPython/src/msw/_core.py

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):
index 65abab610a92de8c10fa36d9007f706e331457dd..814dfa78af3e8dc245adc3f0bad2eb117c786fa6 100644 (file)
@@ -8619,7 +8619,7 @@ class Window(EvtHandler):
         """
         return _core_.Window_GetEffectiveMinSize(*args, **kwargs)
 
-    GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') 
+    GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') 
     def GetAdjustedBestSize(self):
         s = self.GetBestSize()
         return wx.Size(max(s.width,  self.GetMinWidth()),
index 65abab610a92de8c10fa36d9007f706e331457dd..814dfa78af3e8dc245adc3f0bad2eb117c786fa6 100644 (file)
@@ -8619,7 +8619,7 @@ class Window(EvtHandler):
         """
         return _core_.Window_GetEffectiveMinSize(*args, **kwargs)
 
-    GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') 
+    GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') 
     def GetAdjustedBestSize(self):
         s = self.GetBestSize()
         return wx.Size(max(s.width,  self.GetMinWidth()),
index ac141555f053ab7209203c8a47365049f7e66740..48633bb5be971730ea07fc15d23479c85353ae91 100644 (file)
@@ -8619,7 +8619,7 @@ class Window(EvtHandler):
         """
         return _core_.Window_GetEffectiveMinSize(*args, **kwargs)
 
-    GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') 
+    GetBestFittingSize = wx._deprecated(GetEffectiveMinSize, 'Use `GetEffectiveMinSize` instead.') 
     def GetAdjustedBestSize(self):
         s = self.GetBestSize()
         return wx.Size(max(s.width,  self.GetMinWidth()),