]> git.saurik.com Git - wxWidgets.git/commitdiff
MacSetMetalAppearance
authorRobin Dunn <robin@alldunn.com>
Thu, 15 Apr 2004 19:27:15 +0000 (19:27 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 15 Apr 2004 19:27:15 +0000 (19:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_toplvl.i

index 2629566dfe00486e1c8865828c58abaf8c4d8bad..52bfd7bf62a3fc9b96476c89c90ea215fdb55c7a 100644 (file)
@@ -128,6 +128,10 @@ public:
     // is successful.)
     virtual bool SetShape(const wxRegion& region);
 
+#ifdef __WXMAC__
+    void MacSetMetalAppearance( bool on ) ;
+    bool MacGetMetalAppearance() const ;
+#endif
 };