X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..d6799e007aa143ad6c680ab0911d73d08fe1f863:/include/wx/mac/carbon/frame.h diff --git a/include/wx/mac/carbon/frame.h b/include/wx/mac/carbon/frame.h index 1620419b9b..b93829e653 100644 --- a/include/wx/mac/carbon/frame.h +++ b/include/wx/mac/carbon/frame.h @@ -111,6 +111,8 @@ protected: // the last focused child: we restore focus to it on activation wxWindow *m_winLastFocused; + virtual bool MacIsChildOfClientArea( const wxWindow* child ) const ; + private: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxFrame)