]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_controls.py
fix tree control best size calculation: account for the images and the buttons
[wxWidgets.git] / wxPython / src / mac / _controls.py
index a126f13bfd04e60f795aa4c814e27827ca3ba66f..c84271335a361daeb1cef20d0d0614e937a994b0 100644 (file)
@@ -5739,6 +5739,7 @@ class PyControl(_core.Control):
         """_setCallbackInfo(self, PyObject self, PyObject _class)"""
         return _controls_.PyControl__setCallbackInfo(*args, **kwargs)
 
+    SetBestSize = wx.Window.SetInitialSize 
     def DoEraseBackground(*args, **kwargs):
         """DoEraseBackground(self, DC dc) -> bool"""
         return _controls_.PyControl_DoEraseBackground(*args, **kwargs)