X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5171553c22dca07d136dc2da9dc83bb3c04f0319..245c5d2e02f338927e4099adc56ece165aeb5924:/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();