]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbox.h
Removed dependency on wxTabView.
[wxWidgets.git] / include / wx / gtk1 / statbox.h
index abda2db80290a20ff312b90136482eb098c71970..c6e232c525d8c07345357754eeb61570827a80cc 100644 (file)
@@ -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)