#ifndef __GTKSTATICBOXH__
#define __GTKSTATICBOXH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
// implementation
- void ApplyWidgetStyle();
+ virtual void ApplyWidgetStyle();
+
+ virtual bool IsTransparentForMouse() const { return TRUE; }
private:
DECLARE_DYNAMIC_CLASS(wxStaticBox)