]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_windows.py
reSWIGged
[wxWidgets.git] / wxPython / src / gtk / _windows.py
index a970721b6d5cf397660128e9eeb523b811f24270..28b81b43a4f6ae1fa1f826a726e3d459c2787bf8 100644 (file)
@@ -372,6 +372,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):