#ifndef _WX_GENERIC_PANEL_H_
#define _WX_GENERIC_PANEL_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "panelg.h"
#endif
virtual bool ProvidesBackground() const { return TRUE; }
#endif
+ virtual void ApplyParentThemeBackground(const wxColour& bg)
+ { SetBackgroundColour(bg); }
+
+
WX_DECLARE_CONTROL_CONTAINER();
protected: