+#ifdef __WXMSW__
+ // This is overridden for MSW to return true for all panels that are child
+ // of a window with themed background (such as wxNotebook) which should
+ // show through the child panels.
+ virtual bool HasTransparentBackground();
+#endif // __WXMSW__