]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_windows.py
typo
[wxWidgets.git] / wxPython / src / msw / _windows.py
index e79ff9f6040b1d7e6df284e7f090349f1190f598..59a0045e7b931f4e01e3bb40b6bad72d84c0bed1 100644 (file)
@@ -380,6 +380,14 @@ class TopLevelWindow(_core.Window):
         """IsActive(self) -> bool"""
         return _windows_.TopLevelWindow_IsActive(*args, **kwargs)
 
+    def MacSetMetalAppearance(*args, **kwargs):
+        """MacSetMetalAppearance(self, bool on)"""
+        return _windows_.TopLevelWindow_MacSetMetalAppearance(*args, **kwargs)
+
+    def MacGetMetalAppearance(*args, **kwargs):
+        """MacGetMetalAppearance(self) -> bool"""
+        return _windows_.TopLevelWindow_MacGetMetalAppearance(*args, **kwargs)
+
 
 class TopLevelWindowPtr(TopLevelWindow):
     def __init__(self, this):