From: Stefan Csomor Date: Mon, 29 Mar 2004 06:43:37 +0000 (+0000) Subject: expose metal appearance X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5171553c22dca07d136dc2da9dc83bb3c04f0319?ds=inline expose metal appearance git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index 9eef94c683..1eadf131e3 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -95,6 +95,7 @@ public: virtual void MacInstallTopLevelWindowEventHandler() ; void MacSetMetalAppearance( bool on ) ; + bool MacGetMetalAppearance() const ; void MacChangeWindowAttributes( wxUint32 attributesToSet , wxUint32 attributesToClear ) ; wxUint32 MacGetWindowAttributes() const ;