]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Eliminated redundant wxRichTextAnchoredObject class; refactored XML I/O code
[wxWidgets.git] / include / wx / msw / notebook.h
index 969e7321452c8e16145d0800824316fa39d06336..30fe5c6780727c9ccdf1548378500c8a5f84b053 100644 (file)
@@ -183,10 +183,12 @@ public:
   }
 
   // return the themed brush for painting our children
-  virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, WXHWND hWnd);
+  virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, wxWindow *child);
 
   // draw child background
   virtual bool MSWPrintChild(WXHDC hDC, wxWindow *win);
+
+  virtual bool MSWHasInheritableBackground() const { return true; }
 #endif // wxUSE_UXTHEME
 
   // translate wxWin styles to the Windows ones