]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_windows.py
Fix for crash when the child has no menu
[wxWidgets.git] / wxPython / src / gtk / _windows.py
index 52680716c2681146f70372c7e1d7cde29dd7dfa5..1899cc11720233ee92e6d070bd04357562f69490 100644 (file)
@@ -368,6 +368,10 @@ class TopLevelWindow(_core.Window):
         """RequestUserAttention(self, int flags=USER_ATTENTION_INFO)"""
         return _windows_.TopLevelWindow_RequestUserAttention(*args, **kwargs)
 
+    def IsActive(*args, **kwargs):
+        """IsActive(self) -> bool"""
+        return _windows_.TopLevelWindow_IsActive(*args, **kwargs)
+
 
 class TopLevelWindowPtr(TopLevelWindow):
     def __init__(self, this):