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();