]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbox.h
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / include / wx / gtk1 / statbox.h
index abda2db80290a20ff312b90136482eb098c71970..2bedf27d46e760b227bc5b68ae3ee441e4bc31e8 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKSTATICBOXH__
 #define __GTKSTATICBOXH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -40,9 +40,12 @@ public:
 
     virtual void SetLabel( const wxString &label );
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
     // implementation
 
-    void ApplyWidgetStyle();
+    virtual bool IsTransparentForMouse() const { return TRUE; }
 
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBox)