+
+ // implementation only
+ // -------------------
+
+#if wxUSE_UXTHEME
+ // handler for child pages erase background event
+ void DoEraseBackground(wxEraseEvent& event);
+
+ // real implementation of the above method
+ void DoEraseBackground(wxWindow *win, WXHDC hDC);
+
+ // get the brush to be used for painting the background for the controls
+ // which need it in their MSWControlColor()
+ //
+ // the brush will be adjusted for use with the given window on this DC
+ WXHBRUSH GetThemeBackgroundBrush(WXHDC hDC, wxWindow *win) const;
+#endif // wxUSE_UXTHEME
+