X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1baae5bcaf18a2246252c50ad7aa2cd2734bb23..bf26d883066ac0f2c8e84d52ff1ef4489822cc6d:/wxPython/src/mac/_windows.py?ds=inline diff --git a/wxPython/src/mac/_windows.py b/wxPython/src/mac/_windows.py index 7ecf54af71..c47a514c29 100644 --- a/wxPython/src/mac/_windows.py +++ b/wxPython/src/mac/_windows.py @@ -609,6 +609,9 @@ class Dialog(TopLevelWindow): return _windows_.Dialog_GetClassDefaultAttributes(*args, **kwargs) GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes) + def SendSizeEvent(self): + self.ProcessEvent(wx.SizeEvent((-1,-1))) + class DialogPtr(Dialog): def __init__(self, this):