#ifndef _WX_LAYWIN_H_G_
#define _WX_LAYWIN_H_G_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "laywin.h"
-#endif
-
#if wxUSE_SASH
#include "wx/sashwin.h"
#endif // wxUSE_SASH
// Called by layout algorithm to retrieve information about the window.
void OnQueryLayoutInfo(wxQueryLayoutInfoEvent& event);
-#ifdef __WXMAC__
- virtual bool MacClipChildren() const { return true ; }
-#endif
-
private:
void Init();