]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_windows.py
fix compation with Watcom after latest vararg templates changes
[wxWidgets.git] / wxPython / src / mac / _windows.py
index 712133aa7eae642d539ade8bc03ac54824fc776b..3bac64ac5690aa2a9c5865398961eab57d68b163 100644 (file)
@@ -679,6 +679,10 @@ class Dialog(TopLevelWindow):
         """GetEscapeId(self) -> int"""
         return _windows_.Dialog_GetEscapeId(*args, **kwargs)
 
+    def GetParentForModalDialog(*args, **kwargs):
+        """GetParentForModalDialog(self, Window parent=None) -> Window"""
+        return _windows_.Dialog_GetParentForModalDialog(*args, **kwargs)
+
     def CreateTextSizer(*args, **kwargs):
         """CreateTextSizer(self, String message) -> Sizer"""
         return _windows_.Dialog_CreateTextSizer(*args, **kwargs)