]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/laywin.h
[wxGTK] Support changing the wxSTAY_ON_TOP style value run-time through wxWindow...
[wxWidgets.git] / include / wx / generic / laywin.h
index ef1c162d9fec39ea471c9d30edc89e5687d58a7a..c894bd476c29b8ca8569ee80d341cc8ae51850e2 100644 (file)
 #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
@@ -184,10 +180,6 @@ public:
     // 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();