]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_core.py
Use SetMinSize instead of SetSizeHints
[wxWidgets.git] / wxPython / src / mac / _core.py
index 292e6c7ad9f7e59b07b450ffd7a6da8933487b19..3e2357f86e70443751812463e4e1cbba7991b1e3 100644 (file)
@@ -10843,7 +10843,7 @@ def CallAfter(callable, *args, **kw):
 
 class FutureCall:
     """
-    A convenience class for wx.Timer, that calls the given callable
+    A convenience class for `wx.Timer`, that calls the given callable
     object once after the given amount of milliseconds, passing any
     positional or keyword args.  The return value of the callable is
     availbale after it has been run with the `GetResult` method.