]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
more fixes for using wxSocket in console applications (patch 1756260)
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index f66ada90009f60da5282535044ada15d5cb8da55..b123748caa2b0367f8c057f065df5679583b7ddd 100644 (file)
@@ -100,6 +100,7 @@ public:
     virtual void MacInstallTopLevelWindowEventHandler() ;
 
     bool MacGetMetalAppearance() const ;
+    bool MacGetUnifiedAppearance() const ;
 
     void MacChangeWindowAttributes( wxUint32 attributesToSet , wxUint32 attributesToClear ) ;
     wxUint32 MacGetWindowAttributes() const ;
@@ -136,6 +137,7 @@ private :
     // This is because the ExtraStyle flags get out of sync with the metal appearance and the metal
     // logic & checks cease to work as expected. To set the metal appearance, use SetExtraStyle.
     void MacSetMetalAppearance( bool on ) ;
+    void MacSetUnifiedAppearance( bool on ) ;
 
     WXEVENTHANDLERREF    m_macEventHandler ;