]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbox.h
include bitmap.h not needed anymore
[wxWidgets.git] / include / wx / gtk1 / statbox.h
index c6e232c525d8c07345357754eeb61570827a80cc..2bedf27d46e760b227bc5b68ae3ee441e4bc31e8 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKSTATICBOXH__
 #define __GTKSTATICBOXH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -40,9 +40,10 @@ public:
 
     virtual void SetLabel( const wxString &label );
 
-    // implementation
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 
-    virtual void ApplyWidgetStyle();
+    // implementation
 
     virtual bool IsTransparentForMouse() const { return TRUE; }