X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..2f0e16e186a58e730e38400f5ddd96df62ee19bb:/include/wx/mac/carbon/frame.h 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)