]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_controls.py
Invalidate best size after string change in wxChoice.
[wxWidgets.git] / wxPython / src / msw / _controls.py
index 9506c5639db77b46a79d82f856ec59d604010374..f0ad01c7006bb21bbbea43b4d56cca78360f2a97 100644 (file)
@@ -99,7 +99,7 @@ class Button(_core.Control):
 
     def SetDefault(*args, **kwargs):
         """
-        SetDefault(self)
+        SetDefault(self) -> Window
 
         This sets the button to be the default item for the panel or dialog box.
         """