]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
wxPageSetupDialog no longer derives from wxDialog
[wxWidgets.git] / wxPython / src / _toplvl.i
index 762e2bd2c31367aa18a4512869cc0ba8a4c4e088..dea3353a376c7c9285e27e3b6af9c77016cdac29 100644 (file)
@@ -134,6 +134,12 @@ public:
 #ifdef __WXMAC__
     void MacSetMetalAppearance( bool on ) ;
     bool MacGetMetalAppearance() const ;
+#else
+    %extend {
+        // TODO: Should they raise not implemented or just NOP???
+        void MacSetMetalAppearance( bool on ) { /*wxPyRaiseNotImplemented();*/ }
+        bool MacGetMetalAppearance() const    { /*wxPyRaiseNotImplemented();*/ return false; }
+    }
 #endif
 };
 
@@ -185,7 +191,6 @@ public:
 
     // sends a size event to the window using its current size -- this has an
     // effect of refreshing the window layout
-    //
     virtual void SendSizeEvent();