X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..5b2e23bff681066c84c85399ed9a3183a7a40465:/include/wx/mac/carbon/frame.h?ds=sidebyside diff --git a/include/wx/mac/carbon/frame.h b/include/wx/mac/carbon/frame.h index 87fedd3a08..b93829e653 100644 --- a/include/wx/mac/carbon/frame.h +++ b/include/wx/mac/carbon/frame.h @@ -6,7 +6,7 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_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)