From: Robin Dunn Date: Thu, 15 Apr 2004 19:27:15 +0000 (+0000) Subject: MacSetMetalAppearance X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a212b7793ae0f811582b842589b4db0fccf15bf4 MacSetMetalAppearance git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_toplvl.i b/wxPython/src/_toplvl.i index 2629566dfe..52bfd7bf62 100644 --- a/wxPython/src/_toplvl.i +++ b/wxPython/src/_toplvl.i @@ -128,6 +128,10 @@ public: // is successful.) virtual bool SetShape(const wxRegion& region); +#ifdef __WXMAC__ + void MacSetMetalAppearance( bool on ) ; + bool MacGetMetalAppearance() const ; +#endif };