]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_windows.py
reSWIGged
[wxWidgets.git] / wxPython / src / msw / _windows.py
index 11a150c1c5b26a5fa14457c40a0987f3fa22921c..d7bee73be7ae786ebd90b2070eedc9998f3320d7 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)