X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5171553c22dca07d136dc2da9dc83bb3c04f0319..9e152a55785098472ca1c0df110ad0a1203f710f:/include/wx/mac/carbon/toplevel.h diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index 1eadf131e3..bf854094b9 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -102,6 +102,8 @@ public: WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; } + virtual void MacGetContentAreaInset( int &left , int &top , int &right , int &bottom ) ; + protected: // common part of all ctors void Init();