]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/laywin.h
(harmless) VC++ warning fixes
[wxWidgets.git] / include / wx / generic / laywin.h
index 0f8ede2e8d9885448780bd54bdb89c7b88165e37..ef1c162d9fec39ea471c9d30edc89e5687d58a7a 100644 (file)
@@ -184,6 +184,10 @@ 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();