X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c3a71838a18a06bc0ec088746d5dabc0ae3f36b..b67bca8c6b74c60e276f94fc18b4ce6633a61e98:/wxPython/src/gtk/_windows.py diff --git a/wxPython/src/gtk/_windows.py b/wxPython/src/gtk/_windows.py index 35df2b8110..a5a678c739 100644 --- a/wxPython/src/gtk/_windows.py +++ b/wxPython/src/gtk/_windows.py @@ -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)