X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..823c4e96f9656176562b5baf7d1b64a8a3dfb3d8:/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)