X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..fdfd5d49ebd4d071d19ee2eed7fab5db7fe2f7b1:/include/wx/gtk1/statbox.h diff --git a/include/wx/gtk1/statbox.h b/include/wx/gtk1/statbox.h index abda2db802..c6e232c525 100644 --- a/include/wx/gtk1/statbox.h +++ b/include/wx/gtk1/statbox.h @@ -11,7 +11,7 @@ #ifndef __GTKSTATICBOXH__ #define __GTKSTATICBOXH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface #endif @@ -42,7 +42,9 @@ public: // implementation - void ApplyWidgetStyle(); + virtual void ApplyWidgetStyle(); + + virtual bool IsTransparentForMouse() const { return TRUE; } private: DECLARE_DYNAMIC_CLASS(wxStaticBox)