git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29396
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/layout.h"
#include "wx/dialog.h"
#include "wx/scrolbar.h"
-#include "wx/scrolwin.h"
#include "wx/statbox.h"
#include "wx/button.h"
#include "wx/settings.h"
#include "wx/log.h"
#include "wx/geometry.h"
#include "wx/textctrl.h"
-#include "wx/laywin.h"
-#include "wx/splitter.h"
#include "wx/toolbar.h"
#include "wx/dc.h"
MacRootWindowToWindow( &x , &y ) ;
if ( !includeOuterStructures || (
- parent->IsKindOf( CLASSINFO( wxScrolledWindow ) ) ||
- parent->IsKindOf( CLASSINFO( wxSashLayoutWindow ) ) ||
- ( parent->GetParent() && parent->GetParent()->IsKindOf( CLASSINFO( wxSplitterWindow ) ) )
+ parent->MacClipChildren() ||
+ ( parent->GetParent() && parent->GetParent()->MacClipGrandChildren() )
) )
{
SetRectRgn( tempRgn ,