]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
Make InheritAttributes and ShouldInheritColours public so they can be
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index 9eef94c683772d08b8f7213185513b86fbf13459..bf854094b97f1e2b643705ce0fdeafc60d543ce6 100644 (file)
@@ -95,12 +95,15 @@ public:
     virtual void MacInstallTopLevelWindowEventHandler() ;
 
     void MacSetMetalAppearance( bool on ) ;
+    bool MacGetMetalAppearance() const ;
 
     void MacChangeWindowAttributes( wxUint32 attributesToSet , wxUint32 attributesToClear ) ;
     wxUint32 MacGetWindowAttributes() const ;
 
     WXEVENTHANDLERREF    MacGetEventHandler() { return m_macEventHandler ; }
 
+    virtual void        MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ;
+
 protected:
     // common part of all ctors
     void Init();