]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git] / include / wx / msw / notebook.h
index ac3a69cb5b5ff2bde7a29a4e661eb125445ab4b8..70993e4d617cb220fdc52e308b6b8caf2453bd2b 100644 (file)
@@ -142,9 +142,6 @@ public:
       return true;
   }
 
       return true;
   }
 
-  // return the themed brush for painting our children
-  virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, wxWindow *child);
-
   // draw child background
   virtual bool MSWPrintChild(WXHDC hDC, wxWindow *win);
 
   // draw child background
   virtual bool MSWPrintChild(WXHDC hDC, wxWindow *win);
 
@@ -174,6 +171,9 @@ protected:
   void AdjustPageSize(wxNotebookPage *page);
 
 #if wxUSE_UXTHEME
   void AdjustPageSize(wxNotebookPage *page);
 
 #if wxUSE_UXTHEME
+  // return the themed brush for painting our children
+  virtual WXHBRUSH MSWGetCustomBgBrush() { return m_hbrBackground; }
+
   // gets the bitmap of notebook background and returns a brush from it
   WXHBRUSH QueryBgBitmap();
 
   // gets the bitmap of notebook background and returns a brush from it
   WXHBRUSH QueryBgBitmap();