]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_windows.py
drop highlight color fix
[wxWidgets.git] / wxPython / src / gtk / _windows.py
index 35df2b81103fa8bdb2679e4dfe9d975dea448750..a5a678c739e1d0fe4ec2b594154f27e8fb65b067 100644 (file)
@@ -671,6 +671,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)